Html Css Color HEX #DB6219 Chocolate

📋 copy color: '#DB6219'

red 219 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #DB6219

Tints of Chocolate #DB6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 64.04%
G = 28.65%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6219 (or 0xDB6219) is known color: Chocolate. HEX triplet: DB, 62 and 19. RGB value is (219,98,25). Sum of RGB (Red+Green+Blue) = 219+98+25=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6219 is #249DE6. Grayscale: #7E7E7E. Windows color (decimal): -2399719 or 1663707. OLE color: 1663707.

HSL color Cylindrical-coordinate representation of color #DB6219: hue angle of 22.58º 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 #DB6219 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 25 -
CMYK 0 0.55 0.89 0.14
HSL 22.58º 0.8% 0.48% -
HSV(B) 22.58º 0.89% 0.86% -
XYZ 33.76 23.87 3.75 -
YUV 125.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 219 98 25 0 0.55 0.89 0.14 22.58 0.8 0.48
Hex DB 62 19 0 37 59 E 17 50 30
Octal 333 142 31 0 67 131 16 27 120 60
Binary 11011011 1100010 11001 0 110111 1011001 1110 10111 1010000 110000

Color Harmonies of #DB6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6219

Black with #DB6219

Text Example


Text Example

White with #DB6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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