Html Css Color HEX #D0845A Burning Sand

📋 copy color: '#D0845A'

red 208 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #D0845A

Tints of Burning Sand #D0845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 48.37%
G = 30.7%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0845A (or 0xD0845A) is known color: Burning Sand. HEX triplet: D0, 84 and 5A. RGB value is (208,132,90). Sum of RGB (Red+Green+Blue) = 208+132+90=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0845A is #2F7BA5. Grayscale: #969696. Windows color (decimal): -3111846 or 5932240. OLE color: 5932240.

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

Color convert

RGB 208 132 90 -
CMYK 0 0.37 0.57 0.18
HSL 21.36º 0.56% 0.58% -
HSV(B) 21.36º 0.57% 0.82% -
XYZ 36.11 30.65 13.69 -
YUV 149.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 208 132 90 0 0.37 0.57 0.18 21.36 0.56 0.58
Hex D0 84 5A 0 25 39 12 15 38 3A
Octal 320 204 132 0 45 71 22 25 70 72
Binary 11010000 10000100 1011010 0 100101 111001 10010 10101 111000 111010

Color Harmonies of #D0845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0845A

Black with #D0845A

Text Example


Text Example

White with #D0845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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