Html Css Color HEX #DB6020 Chocolate

📋 copy color: '#DB6020'

red 219 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #DB6020

Tints of Chocolate #DB6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 63.11%
G = 27.67%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB6020 (or 0xDB6020) is known color: Chocolate. HEX triplet: DB, 60 and 20. RGB value is (219,96,32). Sum of RGB (Red+Green+Blue) = 219+96+32=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6020 is #249FDF. Grayscale: #7D7D7D. Windows color (decimal): -2400224 or 2121947. OLE color: 2121947.

HSL color Cylindrical-coordinate representation of color #DB6020: hue angle of 20.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB6020 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 32 -
CMYK 0 0.56 0.85 0.14
HSL 20.53º 0.75% 0.49% -
HSV(B) 20.53º 0.85% 0.86% -
XYZ 33.66 23.53 4.13 -
YUV 125.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 219 96 32 0 0.56 0.85 0.14 20.53 0.75 0.49
Hex DB 60 20 0 38 55 E 15 4B 31
Octal 333 140 40 0 70 125 16 25 113 61
Binary 11011011 1100000 100000 0 111000 1010101 1110 10101 1001011 110001

Color Harmonies of #DB6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6020

Black with #DB6020

Text Example


Text Example

White with #DB6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6020; }

 p { color: rgb(219,96,32); }

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

background-color css

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

 a { background-color: rgb(219,96,32); }

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

border-color css

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

 span { border-color: rgb(219,96,32); }

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