#D37D69

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

Shades of Burning Sand #D37D69

Tints of Burning Sand #D37D69

Color information

#D37D69 (or 0xD37D69) is unknown color: approx Burning Sand. HEX triplet: D3, 7D and 69. RGB value is (211,125,105). Sum of RGB (Red+Green+Blue) = 211+125+105=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D69 is #2C8296. Grayscale: #949494. Windows color (decimal): -2917015 or 6913491. OLE color: 6913491.

HSL color Cylindrical-coordinate representation of color #D37D69: hue angle of 11.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37D69 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211125105-
CMYK00.410.500.17
HSL11.32º54.64%61.96%-
HSV(B)11.32º50.24%82.75%-
XYZ36.7529.5417.13-
YUV148.43103.49172.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=47.85%
G=28.34%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112510500.410.500.1711.3254.6461.96
HexD37D690293211b373e
Octal3231751510516221136776
Binary11010011111110111010010101001110010100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37D69; }

 p { color: rgb(211,125,105); }

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

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

 a { background-color: rgb(211,125,105); }

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

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

 span { border-color: rgb(211,125,105); }

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