#D48766

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

Shades of Burning Sand #D48766

Tints of Burning Sand #D48766

Color information

#D48766 (or 0xD48766) is unknown color: approx Burning Sand. HEX triplet: D4, 87 and 66. RGB value is (212,135,102). Sum of RGB (Red+Green+Blue) = 212+135+102=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48766 is #2B7899. Grayscale: #9A9A9A. Windows color (decimal): -2848922 or 6719444. OLE color: 6719444.

HSL color Cylindrical-coordinate representation of color #D48766: hue angle of 18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48766 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212135102-
CMYK00.360.520.17
HSL18º56.12%61.57%-
HSV(B)18º51.89%83.14%-
XYZ38.2132.2816.79-
YUV154.2698.51169.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=47.22%
G=30.07%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213510200.360.520.171856.1261.57
HexD48766024341112383e
Octal3242071460446421227076
Binary1101010010000111110011001001001101001000110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48766; }

 p { color: rgb(212,135,102); }

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

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

 a { background-color: rgb(212,135,102); }

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

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

 span { border-color: rgb(212,135,102); }

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