Html Css Color HEX #D6885D Burning Sand

📋 copy color: '#D6885D'

red 214 ◦ green 136 ◦ blue 93

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

Shades of Burning Sand #D6885D

Tints of Burning Sand #D6885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 48.31%
G = 30.7%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6885D (or 0xD6885D) is known color: Burning Sand. HEX triplet: D6, 88 and 5D. RGB value is (214,136,93). Sum of RGB (Red+Green+Blue) = 214+136+93=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6885D is #2977A2. Grayscale: #9A9A9A. Windows color (decimal): -2717603 or 6129878. OLE color: 6129878.

HSL color Cylindrical-coordinate representation of color #D6885D: hue angle of 21.32º 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 #D6885D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 93 -
CMYK 0 0.36 0.57 0.16
HSL 21.32º 0.6% 0.6% -
HSV(B) 21.32º 0.57% 0.84% -
XYZ 38.51 32.69 14.64 -
YUV 154.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 214 136 93 0 0.36 0.57 0.16 21.32 0.6 0.6
Hex D6 88 5D 0 24 39 10 15 3C 3C
Octal 326 210 135 0 44 71 20 25 74 74
Binary 11010110 10001000 1011101 0 100100 111001 10000 10101 111100 111100

Color Harmonies of #D6885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6885D

Black with #D6885D

Text Example


Text Example

White with #D6885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6885D; }

 p { color: rgb(214,136,93); }

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

background-color css

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

 a { background-color: rgb(214,136,93); }

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

border-color css

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

 span { border-color: rgb(214,136,93); }

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