Html Css Color HEX #DB6217 Chocolate

📋 copy color: '#DB6217'

red 219 ◦ green 98 ◦ blue 23

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

Shades of Chocolate #DB6217

Tints of Chocolate #DB6217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 64.41%
G = 28.82%
B = 6.76%

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

#DB6217 (or 0xDB6217) is known color: Chocolate. HEX triplet: DB, 62 and 17. RGB value is (219,98,23). Sum of RGB (Red+Green+Blue) = 219+98+23=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6217 is #249DE8. Grayscale: #7E7E7E. Windows color (decimal): -2399721 or 1532635. OLE color: 1532635.

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

Color convert

RGB 219 98 23 -
CMYK 0 0.55 0.89 0.14
HSL 22.96º 0.81% 0.47% -
HSV(B) 22.96º 0.89% 0.86% -
XYZ 33.74 23.86 3.64 -
YUV 125.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 219 98 23 0 0.55 0.89 0.14 22.96 0.81 0.47
Hex DB 62 17 0 37 59 E 17 51 2F
Octal 333 142 27 0 67 131 16 27 121 57
Binary 11011011 1100010 10111 0 110111 1011001 1110 10111 1010001 101111

Color Harmonies of #DB6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6217

Black with #DB6217

Text Example


Text Example

White with #DB6217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6217; }

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

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

background-color css

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

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

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

border-color css

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

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

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