Html Css Color HEX #D0845E Burning Sand

📋 copy color: '#D0845E'

red 208 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #D0845E

Tints of Burning Sand #D0845E

RGB

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

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

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

R = 47.93%
G = 30.41%
B = 21.66%

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

#D0845E (or 0xD0845E) is known color: Burning Sand. HEX triplet: D0, 84 and 5E. RGB value is (208,132,94). Sum of RGB (Red+Green+Blue) = 208+132+94=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0845E is #2F7BA1. Grayscale: #969696. Windows color (decimal): -3111842 or 6194384. OLE color: 6194384.

HSL color Cylindrical-coordinate representation of color #D0845E: hue angle of 20º 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 #D0845E is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 94 -
CMYK 0 0.37 0.55 0.18
HSL 20º 0.55% 0.59% -
HSV(B) 20º 0.55% 0.82% -
XYZ 36.28 30.72 14.61 -
YUV 150.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 208 132 94 0 0.37 0.55 0.18 20 0.55 0.59
Hex D0 84 5E 0 25 37 12 14 37 3B
Octal 320 204 136 0 45 67 22 24 67 73
Binary 11010000 10000100 1011110 0 100101 110111 10010 10100 110111 111011

Color Harmonies of #D0845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0845E

Black with #D0845E

Text Example


Text Example

White with #D0845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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