Html Css Color HEX #D0845D Burning Sand

📋 copy color: '#D0845D'

red 208 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #D0845D

Tints of Burning Sand #D0845D

RGB

 RED value IS 208 (81.64% from 255) = 48.04%

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 48.04%
G = 30.48%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0845D (or 0xD0845D) is known color: Burning Sand. HEX triplet: D0, 84 and 5D. RGB value is (208,132,93). Sum of RGB (Red+Green+Blue) = 208+132+93=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0845D is #2F7BA2. Grayscale: #969696. Windows color (decimal): -3111843 or 6128848. OLE color: 6128848.

HSL color Cylindrical-coordinate representation of color #D0845D: hue angle of 20.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0845D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 93 -
CMYK 0 0.37 0.55 0.18
HSL 20.35º 0.55% 0.59% -
HSV(B) 20.35º 0.55% 0.82% -
XYZ 36.24 30.7 14.37 -
YUV 150.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 208 132 93 0 0.37 0.55 0.18 20.35 0.55 0.59
Hex D0 84 5D 0 25 37 12 14 37 3B
Octal 320 204 135 0 45 67 22 24 67 73
Binary 11010000 10000100 1011101 0 100101 110111 10010 10100 110111 111011

Color Harmonies of #D0845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0845D

Black with #D0845D

Text Example


Text Example

White with #D0845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0845D; }

 p { color: rgb(208,132,93); }

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

background-color css

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

 a { background-color: rgb(208,132,93); }

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

border-color css

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

 span { border-color: rgb(208,132,93); }

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