Html Css Color HEX #D0835B Burning Sand

📋 copy color: '#D0835B'

red 208 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #D0835B

Tints of Burning Sand #D0835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 48.37%
G = 30.47%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0835B (or 0xD0835B) is known color: Burning Sand. HEX triplet: D0, 83 and 5B. RGB value is (208,131,91). Sum of RGB (Red+Green+Blue) = 208+131+91=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0835B is #2F7CA4. Grayscale: #959595. Windows color (decimal): -3112101 or 5997520. OLE color: 5997520.

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

Color convert

RGB 208 131 91 -
CMYK 0 0.37 0.56 0.18
HSL 20.51º 0.55% 0.59% -
HSV(B) 20.51º 0.56% 0.82% -
XYZ 36.02 30.4 13.87 -
YUV 149.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 208 131 91 0 0.37 0.56 0.18 20.51 0.55 0.59
Hex D0 83 5B 0 25 38 12 15 37 3B
Octal 320 203 133 0 45 70 22 25 67 73
Binary 11010000 10000011 1011011 0 100101 111000 10010 10101 110111 111011

Color Harmonies of #D0835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0835B

Black with #D0835B

Text Example


Text Example

White with #D0835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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