Html Css Color HEX #D0855A Burning Sand

📋 copy color: '#D0855A'

red 208 ◦ green 133 ◦ blue 90

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

Shades of Burning Sand #D0855A

Tints of Burning Sand #D0855A

RGB

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

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

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

R = 48.26%
G = 30.86%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0855A (or 0xD0855A) is known color: Burning Sand. HEX triplet: D0, 85 and 5A. RGB value is (208,133,90). Sum of RGB (Red+Green+Blue) = 208+133+90=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0855A is #2F7AA5. Grayscale: #969696. Windows color (decimal): -3111590 or 5932496. OLE color: 5932496.

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

Color convert

RGB 208 133 90 -
CMYK 0 0.36 0.57 0.18
HSL 21.86º 0.56% 0.58% -
HSV(B) 21.86º 0.57% 0.82% -
XYZ 36.25 30.92 13.73 -
YUV 150.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 208 133 90 0 0.36 0.57 0.18 21.86 0.56 0.58
Hex D0 85 5A 0 24 39 12 16 38 3A
Octal 320 205 132 0 44 71 22 26 70 72
Binary 11010000 10000101 1011010 0 100100 111001 10010 10110 111000 111010

Color Harmonies of #D0855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0855A

Black with #D0855A

Text Example


Text Example

White with #D0855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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