#D27D5F

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

Shades of Burning Sand #D27D5F

Tints of Burning Sand #D27D5F

Color information

#D27D5F (or 0xD27D5F) is unknown color: approx Burning Sand. HEX triplet: D2, 7D and 5F. RGB value is (210,125,95). Sum of RGB (Red+Green+Blue) = 210+125+95=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D5F is #2D82A0. Grayscale: #939393. Windows color (decimal): -2982561 or 6258130. OLE color: 6258130.

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

Color convert

RGB21012595-
CMYK00.400.550.18
HSL15.65º56.1%59.8%-
HSV(B)15.65º54.76%82.35%-
XYZ35.9829.214.57-
YUV14798.66172.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=48.84%
G=29.07%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101259500.400.550.1815.6556.159.8
HexD27D5F028371210383c
Octal3221751370506722207074
Binary110100101111101101111101010001101111001010000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D5F; }

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

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

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

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

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

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

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

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