#D67C61

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

Shades of Burning Sand #D67C61

Tints of Burning Sand #D67C61

Color information

#D67C61 (or 0xD67C61) is unknown color: approx Burning Sand. HEX triplet: D6, 7C and 61. RGB value is (214,124,97). Sum of RGB (Red+Green+Blue) = 214+124+97=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C61 is #29839E. Grayscale: #949494. Windows color (decimal): -2720671 or 6388950. OLE color: 6388950.

HSL color Cylindrical-coordinate representation of color #D67C61: hue angle of 13.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67C61 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21412497-
CMYK00.420.550.16
HSL13.85º58.79%60.98%-
HSV(B)13.85º54.67%83.92%-
XYZ37.129.5715.06-
YUV147.8399.32175.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=49.20%
G=28.51%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141249700.420.550.1613.8558.7960.98
HexD67C6102A3710e3b3d
Octal3261741410526720167375
Binary11010110111110011000010101010110111100001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C61; }

 p { color: rgb(214,124,97); }

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

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

 a { background-color: rgb(214,124,97); }

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

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

 span { border-color: rgb(214,124,97); }

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