#D27E5C

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

Shades of Burning Sand #D27E5C

Tints of Burning Sand #D27E5C

Color information

#D27E5C (or 0xD27E5C) is unknown color: approx Burning Sand. HEX triplet: D2, 7E and 5C. RGB value is (210,126,92). Sum of RGB (Red+Green+Blue) = 210+126+92=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E5C is #2D81A3. Grayscale: #939393. Windows color (decimal): -2982308 or 6061778. OLE color: 6061778.

HSL color Cylindrical-coordinate representation of color #D27E5C: hue angle of 17.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D27E5C is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21012692-
CMYK00.40.560.18
HSL17.29º56.73%59.22%-
HSV(B)17.29º56.19%82.35%-
XYZ35.9729.413.9-
YUV147.2496.83172.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=49.07%
G=29.44%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101269200.40.560.1817.2956.7359.22
HexD27E5C028381211393b
Octal3221761340507022217173
Binary110100101111110101110001010001110001001010001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E5C; }

 p { color: rgb(210,126,92); }

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

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

 a { background-color: rgb(210,126,92); }

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

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

 span { border-color: rgb(210,126,92); }

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