Html Css Color HEX #D8865C Burning Sand

📋 copy color: '#D8865C'

red 216 ◦ green 134 ◦ blue 92

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

Shades of Burning Sand #D8865C

Tints of Burning Sand #D8865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 48.87%
G = 30.32%
B = 20.81%

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

#D8865C (or 0xD8865C) is known color: Burning Sand. HEX triplet: D8, 86 and 5C. RGB value is (216,134,92). Sum of RGB (Red+Green+Blue) = 216+134+92=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8865C is #2779A3. Grayscale: #999999. Windows color (decimal): -2587044 or 6063832. OLE color: 6063832.

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

Color convert

RGB 216 134 92 -
CMYK 0 0.38 0.57 0.15
HSL 20.32º 0.61% 0.6% -
HSV(B) 20.32º 0.57% 0.85% -
XYZ 38.78 32.42 14.34 -
YUV 153.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 216 134 92 0 0.38 0.57 0.15 20.32 0.61 0.6
Hex D8 86 5C 0 26 39 F 14 3D 3C
Octal 330 206 134 0 46 71 17 24 75 74
Binary 11011000 10000110 1011100 0 100110 111001 1111 10100 111101 111100

Color Harmonies of #D8865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8865C

Black with #D8865C

Text Example


Text Example

White with #D8865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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