Html Css Color HEX #D6806A Burning Sand

📋 copy color: '#D6806A'

red 214 ◦ green 128 ◦ blue 106

#D6806A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #D6806A

Tints of Burning Sand #D6806A

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.8% from 255) = 23.66%

R = 47.77%
G = 28.57%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6806A (or 0xD6806A) is known color: 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

RGB 214 128 106 -
CMYK 0 0.40 0.50 0.16
HSL 12.22º 0.57% 0.63% -
HSV(B) 12.22º 0.5% 0.84% -
XYZ 38.05 30.78 17.57 -
YUV 151.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 214 128 106 0 0.40 0.50 0.16 12.22 0.57 0.63
Hex D6 80 6A 0 28 32 10 C 39 3F
Octal 326 200 152 0 50 62 20 14 71 77
Binary 11010110 10000000 1101010 0 101000 110010 10000 1100 111001 111111

Color Harmonies of #D6806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6806A

Black with #D6806A

Text Example


Text Example

White with #D6806A

Text Example


Text Example

HTML Codes & Css Web 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>