Html Css Color HEX #D0835F Burning Sand

📋 copy color: '#D0835F'

red 208 ◦ green 131 ◦ blue 95

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

Shades of Burning Sand #D0835F

Tints of Burning Sand #D0835F

RGB

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

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

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

R = 47.93%
G = 30.18%
B = 21.89%

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

#D0835F (or 0xD0835F) is known color: Burning Sand. HEX triplet: D0, 83 and 5F. RGB value is (208,131,95). Sum of RGB (Red+Green+Blue) = 208+131+95=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0835F is #2F7CA0. Grayscale: #969696. Windows color (decimal): -3112097 or 6259664. OLE color: 6259664.

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

Color convert

RGB 208 131 95 -
CMYK 0 0.37 0.54 0.18
HSL 19.12º 0.55% 0.59% -
HSV(B) 19.12º 0.54% 0.82% -
XYZ 36.19 30.47 14.8 -
YUV 149.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 208 131 95 0 0.37 0.54 0.18 19.12 0.55 0.59
Hex D0 83 5F 0 25 36 12 13 37 3B
Octal 320 203 137 0 45 66 22 23 67 73
Binary 11010000 10000011 1011111 0 100101 110110 10010 10011 110111 111011

Color Harmonies of #D0835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0835F

Black with #D0835F

Text Example


Text Example

White with #D0835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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