Html Css Color HEX #D6805C Burning Sand

📋 copy color: '#D6805C'

red 214 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #D6805C

Tints of Burning Sand #D6805C

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.2%

R = 49.31%
G = 29.49%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

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

RGB 214 128 92 -
CMYK 0 0.40 0.57 0.16
HSL 17.7º 0.6% 0.6% -
HSV(B) 17.7º 0.57% 0.84% -
XYZ 37.38 30.51 14.04 -
YUV 149.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 214 128 92 0 0.40 0.57 0.16 17.7 0.6 0.6
Hex D6 80 5C 0 28 39 10 12 3C 3C
Octal 326 200 134 0 50 71 20 22 74 74
Binary 11010110 10000000 1011100 0 101000 111001 10000 10010 111100 111100

Color Harmonies of #D6805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6805C

Black with #D6805C

Text Example


Text Example

White with #D6805C

Text Example


Text Example

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