#D77C61

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

Shades of Burning Sand #D77C61

Tints of Burning Sand #D77C61

Color information

#D77C61 (or 0xD77C61) is unknown color: approx Burning Sand. HEX triplet: D7, 7C and 61. RGB value is (215,124,97). Sum of RGB (Red+Green+Blue) = 215+124+97=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C61 is #28839E. Grayscale: #949494. Windows color (decimal): -2655135 or 6388951. OLE color: 6388951.

HSL color Cylindrical-coordinate representation of color #D77C61: hue angle of 13.73º degrees, saturation: 0.6, 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 #D77C61 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21512497-
CMYK00.420.550.16
HSL13.73º59.6%61.18%-
HSV(B)13.73º54.88%84.31%-
XYZ37.3929.7315.08-
YUV148.1399.15175.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=49.31%
G=28.44%
B=22.25%

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
Decimal2151249700.420.550.1613.7359.661.18
HexD77C6102A3710e3c3d
Octal3271741410526720167475
Binary11010111111110011000010101010110111100001110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77C61; }

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

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

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

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

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

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

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

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