#d27d66

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

Shades of Burning Sand #D27D66

Tints of Burning Sand #D27D66

Color information

#D27D66 (or 0xD27D66) is unknown color: approx Burning Sand. HEX triplet: D2, 7D and 66. RGB value is (210,125,102). Sum of RGB (Red+Green+Blue) = 210+125+102=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D66 is #2D8299. Grayscale: #939393. Windows color (decimal): -2982554 or 6716882. OLE color: 6716882.

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

Color convert

RGB210125102-
CMYK00.400.510.18
HSL12.78º54.55%61.18%-
HSV(B)12.78º51.43%82.35%-
XYZ36.3129.3316.32-
YUV147.79102.16172.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=48.05%
G=28.60%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012510200.400.510.1812.7854.5561.18
HexD27D660283312d373d
Octal3221751460506322156775
Binary11010010111110111001100101000110011100101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d27d66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d27d66; }

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

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

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

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

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

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

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

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