Html Css Color HEX #DB835B Burning Sand

📋 copy color: '#DB835B'

red 219 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #DB835B

Tints of Burning Sand #DB835B

RGB

 RED value IS 219 (85.94% from 255) = 49.66%

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

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

R = 49.66%
G = 29.71%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB835B (or 0xDB835B) is known color: Burning Sand. HEX triplet: DB, 83 and 5B. RGB value is (219,131,91). Sum of RGB (Red+Green+Blue) = 219+131+91=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB835B is #247CA4. Grayscale: #999999. Windows color (decimal): -2391205 or 5997531. OLE color: 5997531.

HSL color Cylindrical-coordinate representation of color #DB835B: hue angle of 18.75º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB835B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 91 -
CMYK 0 0.40 0.58 0.14
HSL 18.75º 0.64% 0.61% -
HSV(B) 18.75º 0.58% 0.86% -
XYZ 39.22 32.05 14.02 -
YUV 152.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 219 131 91 0 0.40 0.58 0.14 18.75 0.64 0.61
Hex DB 83 5B 0 28 3A E 13 40 3D
Octal 333 203 133 0 50 72 16 23 100 75
Binary 11011011 10000011 1011011 0 101000 111010 1110 10011 1000000 111101

Color Harmonies of #DB835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB835B

Black with #DB835B

Text Example


Text Example

White with #DB835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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