#D6805C

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

Shades of Burning Sand #D6805C

Tints of Burning Sand #D6805C

Color information

#D6805C (or 0xD6805C) is unknown color: approx Burning Sand. HEX triplet: D6, 80 and 5C. RGB value is (214,128,92). Sum of RGB (Red+Green+Blue) = 214+128+92=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6805C is #297FA3. Grayscale: #959595. Windows color (decimal): -2719652 or 6062294. OLE color: 6062294.

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

Color convert

RGB21412892-
CMYK00.400.570.16
HSL17.7º59.8%60%-
HSV(B)17.7º57.01%83.92%-
XYZ37.3830.5114.04-
YUV149.6195.49173.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=49.31%
G=29.49%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141289200.400.570.1617.759.860
HexD6805C0283910123c3c
Octal3262001340507120227474
Binary1101011010000000101110001010001110011000010010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6805C; }

 p { color: rgb(214,128,92); }

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

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

 a { background-color: rgb(214,128,92); }

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

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

 span { border-color: rgb(214,128,92); }

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