Html Css Color HEX #D0845F Burning Sand

📋 copy color: '#D0845F'

red 208 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #D0845F

Tints of Burning Sand #D0845F

RGB

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

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

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

R = 47.82%
G = 30.34%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0845F (or 0xD0845F) is known color: Burning Sand. HEX triplet: D0, 84 and 5F. RGB value is (208,132,95). Sum of RGB (Red+Green+Blue) = 208+132+95=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0845F is #2F7BA0. Grayscale: #969696. Windows color (decimal): -3111841 or 6259920. OLE color: 6259920.

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

Color convert

RGB 208 132 95 -
CMYK 0 0.37 0.54 0.18
HSL 19.65º 0.55% 0.59% -
HSV(B) 19.65º 0.54% 0.82% -
XYZ 36.33 30.74 14.84 -
YUV 150.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 208 132 95 0 0.37 0.54 0.18 19.65 0.55 0.59
Hex D0 84 5F 0 25 36 12 14 37 3B
Octal 320 204 137 0 45 66 22 24 67 73
Binary 11010000 10000100 1011111 0 100101 110110 10010 10100 110111 111011

Color Harmonies of #D0845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0845F

Black with #D0845F

Text Example


Text Example

White with #D0845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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