Html Css Color HEX #D8855C Burning Sand

📋 copy color: '#D8855C'

red 216 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #D8855C

Tints of Burning Sand #D8855C

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

 GREEN value IS 133 (52.34% from 255) = 30.16%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 48.98%
G = 30.16%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8855C (or 0xD8855C) is known color: Burning Sand. HEX triplet: D8, 85 and 5C. RGB value is (216,133,92). Sum of RGB (Red+Green+Blue) = 216+133+92=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8855C is #277AA3. Grayscale: #999999. Windows color (decimal): -2587300 or 6063576. OLE color: 6063576.

HSL color Cylindrical-coordinate representation of color #D8855C: hue angle of 19.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8855C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 92 -
CMYK 0 0.38 0.57 0.15
HSL 19.84º 0.61% 0.6% -
HSV(B) 19.84º 0.57% 0.85% -
XYZ 38.64 32.15 14.29 -
YUV 153.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 216 133 92 0 0.38 0.57 0.15 19.84 0.61 0.6
Hex D8 85 5C 0 26 39 F 14 3D 3C
Octal 330 205 134 0 46 71 17 24 75 74
Binary 11011000 10000101 1011100 0 100110 111001 1111 10100 111101 111100

Color Harmonies of #D8855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8855C

Black with #D8855C

Text Example


Text Example

White with #D8855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8855C; }

 p { color: rgb(216,133,92); }

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

background-color css

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

 a { background-color: rgb(216,133,92); }

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

border-color css

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

 span { border-color: rgb(216,133,92); }

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