Html Css Color HEX #DB6119 Chocolate

📋 copy color: '#DB6119'

red 219 ◦ green 97 ◦ blue 25

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

Shades of Chocolate #DB6119

Tints of Chocolate #DB6119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 64.22%
G = 28.45%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6119 (or 0xDB6119) is known color: Chocolate. HEX triplet: DB, 61 and 19. RGB value is (219,97,25). Sum of RGB (Red+Green+Blue) = 219+97+25=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6119 is #249EE6. Grayscale: #7D7D7D. Windows color (decimal): -2399975 or 1663451. OLE color: 1663451.

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

Color convert

RGB 219 97 25 -
CMYK 0 0.56 0.89 0.14
HSL 22.27º 0.8% 0.48% -
HSV(B) 22.27º 0.89% 0.86% -
XYZ 33.66 23.68 3.72 -
YUV 125.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 219 97 25 0 0.56 0.89 0.14 22.27 0.8 0.48
Hex DB 61 19 0 38 59 E 16 50 30
Octal 333 141 31 0 70 131 16 26 120 60
Binary 11011011 1100001 11001 0 111000 1011001 1110 10110 1010000 110000

Color Harmonies of #DB6119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6119

Black with #DB6119

Text Example


Text Example

White with #DB6119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6119; }

 p { color: rgb(219,97,25); }

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

background-color css

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

 a { background-color: rgb(219,97,25); }

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

border-color css

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

 span { border-color: rgb(219,97,25); }

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