Html Css Color HEX #D0835A Burning Sand

📋 copy color: '#D0835A'

red 208 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #D0835A

Tints of Burning Sand #D0835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

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

R = 48.48%
G = 30.54%
B = 20.98%

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

#D0835A (or 0xD0835A) is known color: Burning Sand. HEX triplet: D0, 83 and 5A. RGB value is (208,131,90). Sum of RGB (Red+Green+Blue) = 208+131+90=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0835A is #2F7CA5. Grayscale: #959595. Windows color (decimal): -3112102 or 5931984. OLE color: 5931984.

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

Color convert

RGB 208 131 90 -
CMYK 0 0.37 0.57 0.18
HSL 20.85º 0.56% 0.58% -
HSV(B) 20.85º 0.57% 0.82% -
XYZ 35.97 30.38 13.64 -
YUV 149.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 208 131 90 0 0.37 0.57 0.18 20.85 0.56 0.58
Hex D0 83 5A 0 25 39 12 15 38 3A
Octal 320 203 132 0 45 71 22 25 70 72
Binary 11010000 10000011 1011010 0 100101 111001 10010 10101 111000 111010

Color Harmonies of #D0835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0835A

Black with #D0835A

Text Example


Text Example

White with #D0835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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