#D37E65

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

Shades of Burning Sand #D37E65

Tints of Burning Sand #D37E65

Color information

#D37E65 (or 0xD37E65) is unknown color: approx Burning Sand. HEX triplet: D3, 7E and 65. RGB value is (211,126,101). Sum of RGB (Red+Green+Blue) = 211+126+101=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E65 is #2C819A. Grayscale: #949494. Windows color (decimal): -2916763 or 6651603. OLE color: 6651603.

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

Color convert

RGB211126101-
CMYK00.400.520.17
HSL13.64º55.56%61.18%-
HSV(B)13.64º52.13%82.75%-
XYZ36.6729.7116.11-
YUV148.56101.16172.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=48.17%
G=28.77%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112610100.400.520.1713.6455.5661.18
HexD37E650283411e383d
Octal3231761450506421167075
Binary11010011111111011001010101000110100100011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37E65; }

 p { color: rgb(211,126,101); }

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

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

 a { background-color: rgb(211,126,101); }

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

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

 span { border-color: rgb(211,126,101); }

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