#D27C6B

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

Shades of Burning Sand #D27C6B

Tints of Burning Sand #D27C6B

Color information

#D27C6B (or 0xD27C6B) is unknown color: approx Burning Sand. HEX triplet: D2, 7C and 6B. RGB value is (210,124,107). Sum of RGB (Red+Green+Blue) = 210+124+107=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C6B is #2D8394. Grayscale: #939393. Windows color (decimal): -2982805 or 7044306. OLE color: 7044306.

HSL color Cylindrical-coordinate representation of color #D27C6B: hue angle of 9.9º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27C6B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210124107-
CMYK00.410.490.18
HSL9.9º53.37%62.16%-
HSV(B)9.9º49.05%82.35%-
XYZ36.4429.1817.62-
YUV147.78104.99172.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=47.62%
G=28.12%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012410700.410.490.189.953.3762.16
HexD27C6B0293112a353e
Octal3221741530516122126576
Binary11010010111110011010110101001110001100101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C6B; }

 p { color: rgb(210,124,107); }

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

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

 a { background-color: rgb(210,124,107); }

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

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

 span { border-color: rgb(210,124,107); }

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