#D27D5A

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

Shades of Burning Sand #D27D5A

Tints of Burning Sand #D27D5A

Color information

#D27D5A (or 0xD27D5A) is unknown color: approx Burning Sand. HEX triplet: D2, 7D and 5A. RGB value is (210,125,90). Sum of RGB (Red+Green+Blue) = 210+125+90=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D5A is #2D82A5. Grayscale: #929292. Windows color (decimal): -2982566 or 5930450. OLE color: 5930450.

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

Color convert

RGB21012590-
CMYK00.400.570.18
HSL17.5º57.14%58.82%-
HSV(B)17.5º57.14%82.35%-
XYZ35.7629.1113.41-
YUV146.4296.16173.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=49.41%
G=29.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101259000.400.570.1817.557.1458.82
HexD27D5A028391212393b
Octal3221751320507122227173
Binary110100101111101101101001010001110011001010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D5A; }

 p { color: rgb(210,125,90); }

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

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

 a { background-color: rgb(210,125,90); }

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

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

 span { border-color: rgb(210,125,90); }

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