#d27f5b

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

Shades of Burning Sand #D27F5B

Tints of Burning Sand #D27F5B

Color information

#D27F5B (or 0xD27F5B) is unknown color: approx Burning Sand. HEX triplet: D2, 7F and 5B. RGB value is (210,127,91). Sum of RGB (Red+Green+Blue) = 210+127+91=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F5B is #2D80A4. Grayscale: #939393. Windows color (decimal): -2982053 or 5996498. OLE color: 5996498.

HSL color Cylindrical-coordinate representation of color #D27F5B: hue angle of 18.15º 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 #D27F5B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB21012791-
CMYK00.400.570.18
HSL18.15º56.94%59.02%-
HSV(B)18.15º56.67%82.35%-
XYZ36.0629.6413.72-
YUV147.7196172.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=49.07%
G=29.67%
B=21.26%

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
Decimal2101279100.400.570.1818.1556.9459.02
HexD27F5B028391212393b
Octal3221771330507122227173
Binary110100101111111101101101010001110011001010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d27f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d27f5b; }

 p { color: rgb(210,127,91); }

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

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

 a { background-color: rgb(210,127,91); }

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

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

 span { border-color: rgb(210,127,91); }

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