#D68256

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

Shades of Burning Sand #D68256

Tints of Burning Sand #D68256

Color information

#D68256 (or 0xD68256) is unknown color: approx Burning Sand. HEX triplet: D6, 82 and 56. RGB value is (214,130,86). Sum of RGB (Red+Green+Blue) = 214+130+86=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D68256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68256 is #297DA9. Grayscale: #969696. Windows color (decimal): -2719146 or 5669590. OLE color: 5669590.

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

Color convert

RGB21413086-
CMYK00.390.600.16
HSL20.63º60.95%58.82%-
HSV(B)20.63º59.81%83.92%-
XYZ37.3930.9312.8-
YUV150.191.83173.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 86 (33.98% from 255) = 20%
R=49.77%
G=30.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141308600.390.600.1620.6360.9558.82
HexD682560273C10153d3b
Octal3262021260477420257573
Binary1101011010000010101011001001111111001000010101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68256; }

 p { color: rgb(214,130,86); }

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

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

 a { background-color: rgb(214,130,86); }

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

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

 span { border-color: rgb(214,130,86); }

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