Html Css Color HEX #D8855F Burning Sand

📋 copy color: '#D8855F'

red 216 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #D8855F

Tints of Burning Sand #D8855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 48.65%
G = 29.95%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8855F (or 0xD8855F) is known color: Burning Sand. HEX triplet: D8, 85 and 5F. RGB value is (216,133,95). Sum of RGB (Red+Green+Blue) = 216+133+95=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8855F is #277AA0. Grayscale: #999999. Windows color (decimal): -2587297 or 6260184. OLE color: 6260184.

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

Color convert

RGB 216 133 95 -
CMYK 0 0.38 0.56 0.15
HSL 18.84º 0.61% 0.61% -
HSV(B) 18.84º 0.56% 0.85% -
XYZ 38.77 32.2 15 -
YUV 153.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 216 133 95 0 0.38 0.56 0.15 18.84 0.61 0.61
Hex D8 85 5F 0 26 38 F 13 3D 3D
Octal 330 205 137 0 46 70 17 23 75 75
Binary 11011000 10000101 1011111 0 100110 111000 1111 10011 111101 111101

Color Harmonies of #D8855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8855F

Black with #D8855F

Text Example


Text Example

White with #D8855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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