#D48662

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

Shades of Burning Sand #D48662

Tints of Burning Sand #D48662

Color information

#D48662 (or 0xD48662) is unknown color: approx Burning Sand. HEX triplet: D4, 86 and 62. RGB value is (212,134,98). Sum of RGB (Red+Green+Blue) = 212+134+98=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48662 is #2B799D. Grayscale: #999999. Windows color (decimal): -2849182 or 6457044. OLE color: 6457044.

HSL color Cylindrical-coordinate representation of color #D48662: hue angle of 18.95º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D48662 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21213498-
CMYK00.370.540.17
HSL18.95º57%60.78%-
HSV(B)18.95º53.77%83.14%-
XYZ37.8831.9315.72-
YUV153.2296.84169.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=47.75%
G=30.18%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121349800.370.540.1718.955760.78
HexD48662025361113393d
Octal3242061420456621237175
Binary1101010010000110110001001001011101101000110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48662; }

 p { color: rgb(212,134,98); }

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

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

 a { background-color: rgb(212,134,98); }

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

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

 span { border-color: rgb(212,134,98); }

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