Html Css Color HEX #D5855E Burning Sand

📋 copy color: '#D5855E'

red 213 ◦ green 133 ◦ blue 94

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

Shades of Burning Sand #D5855E

Tints of Burning Sand #D5855E

RGB

 RED value IS 213 (83.59% from 255) = 48.41%

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 48.41%
G = 30.23%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5855E (or 0xD5855E) is known color: Burning Sand. HEX triplet: D5, 85 and 5E. RGB value is (213,133,94). Sum of RGB (Red+Green+Blue) = 213+133+94=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5855E is #2A7AA1. Grayscale: #989898. Windows color (decimal): -2783906 or 6194645. OLE color: 6194645.

HSL color Cylindrical-coordinate representation of color #D5855E: hue angle of 19.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5855E is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 94 -
CMYK 0 0.38 0.56 0.16
HSL 19.66º 0.59% 0.6% -
HSV(B) 19.66º 0.56% 0.84% -
XYZ 37.85 31.73 14.72 -
YUV 152.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 213 133 94 0 0.38 0.56 0.16 19.66 0.59 0.6
Hex D5 85 5E 0 26 38 10 14 3B 3C
Octal 325 205 136 0 46 70 20 24 73 74
Binary 11010101 10000101 1011110 0 100110 111000 10000 10100 111011 111100

Color Harmonies of #D5855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5855E

Black with #D5855E

Text Example


Text Example

White with #D5855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5855E; }

 p { color: rgb(213,133,94); }

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

background-color css

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

 a { background-color: rgb(213,133,94); }

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

border-color css

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

 span { border-color: rgb(213,133,94); }

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