Html Css Color HEX #D6805A Burning Sand

📋 copy color: '#D6805A'

red 214 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #D6805A

Tints of Burning Sand #D6805A

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 49.54%
G = 29.63%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6805A (or 0xD6805A) is known color: Burning Sand. HEX triplet: D6, 80 and 5A. RGB value is (214,128,90). Sum of RGB (Red+Green+Blue) = 214+128+90=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6805A is #297FA5. Grayscale: #959595. Windows color (decimal): -2719654 or 5931222. OLE color: 5931222.

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

Color convert

RGB 214 128 90 -
CMYK 0 0.40 0.58 0.16
HSL 18.39º 0.6% 0.6% -
HSV(B) 18.39º 0.58% 0.84% -
XYZ 37.3 30.47 13.59 -
YUV 149.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 214 128 90 0 0.40 0.58 0.16 18.39 0.6 0.6
Hex D6 80 5A 0 28 3A 10 12 3C 3C
Octal 326 200 132 0 50 72 20 22 74 74
Binary 11010110 10000000 1011010 0 101000 111010 10000 10010 111100 111100

Color Harmonies of #D6805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6805A

Black with #D6805A

Text Example


Text Example

White with #D6805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6805A; }

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

 H1.HeaderClassName
 {
   color: #D6805A;
 }
 .AnyTagClassName
 {
   color: #D6805A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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