Html Css Color HEX #D5855F Burning Sand

📋 copy color: '#D5855F'

red 213 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #D5855F

Tints of Burning Sand #D5855F

RGB

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

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

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

R = 48.3%
G = 30.16%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5855F (or 0xD5855F) is known color: Burning Sand. HEX triplet: D5, 85 and 5F. RGB value is (213,133,95). Sum of RGB (Red+Green+Blue) = 213+133+95=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5855F is #2A7AA0. Grayscale: #989898. Windows color (decimal): -2783905 or 6260181. OLE color: 6260181.

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

Color convert

RGB 213 133 95 -
CMYK 0 0.38 0.55 0.16
HSL 19.32º 0.58% 0.6% -
HSV(B) 19.32º 0.55% 0.84% -
XYZ 37.89 31.75 14.96 -
YUV 152.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 213 133 95 0 0.38 0.55 0.16 19.32 0.58 0.6
Hex D5 85 5F 0 26 37 10 13 3A 3C
Octal 325 205 137 0 46 67 20 23 72 74
Binary 11010101 10000101 1011111 0 100110 110111 10000 10011 111010 111100

Color Harmonies of #D5855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5855F

Black with #D5855F

Text Example


Text Example

White with #D5855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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