#D88168

Color #D88168 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D88168

Tints of Burning Sand #D88168

Color information

#D88168 (or 0xD88168) is unknown color: approx Burning Sand. HEX triplet: D8, 81 and 68. RGB value is (216,129,104). Sum of RGB (Red+Green+Blue) = 216+129+104=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88168 is #277E97. Grayscale: #989898. Windows color (decimal): -2588312 or 6848984. OLE color: 6848984.

HSL color Cylindrical-coordinate representation of color #D88168: hue angle of 13.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D88168 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216129104-
CMYK00.400.520.15
HSL13.39º58.95%62.75%-
HSV(B)13.39º51.85%84.71%-
XYZ38.6731.317.1-
YUV152.16100.82173.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=48.11%
G=28.73%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612910400.400.520.1513.3958.9562.75
HexD8816802834Fd3b3f
Octal3302011500506417157377
Binary11011000100000011101000010100011010011111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88168; }

 p { color: rgb(216,129,104); }

 H1.HeaderClassName
 {
   color: #D88168;
 }
 .AnyTagClassName
 {
   color: #D88168;
 }
</style>
background-color css

<style>
 a { background-color: #D88168; }

 a { background-color: rgb(216,129,104); }

 div.DivClassName
 {
   background-color: #D88168;
 }
 .BgClassName
 {
   background-color: #D88168;
 }
</style>
border-color css

<style>
 span { border-color: #D88168; }

 span { border-color: rgb(216,129,104); }

 td.TdClassName
 {
   border-color: #D88168;
 }
 .TagClassName
 {
   border-color: #D88168;
 }
</style>