#D6806A

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

Shades of Burning Sand #D6806A

Tints of Burning Sand #D6806A

Color information

#D6806A (or 0xD6806A) is unknown color: approx Burning Sand. HEX triplet: D6, 80 and 6A. RGB value is (214,128,106). Sum of RGB (Red+Green+Blue) = 214+128+106=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6806A is #297F95. Grayscale: #979797. Windows color (decimal): -2719638 or 6979798. OLE color: 6979798.

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

Color convert

RGB214128106-
CMYK00.400.500.16
HSL12.22º56.84%62.75%-
HSV(B)12.22º50.47%83.92%-
XYZ38.0530.7817.57-
YUV151.21102.49172.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=47.77%
G=28.57%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412810600.400.500.1612.2256.8462.75
HexD6806A0283210c393f
Octal3262001520506220147177
Binary110101101000000011010100101000110010100001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6806A; }

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

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

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

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

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

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

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

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