Html Css Color HEX #DB6417 Chocolate

📋 copy color: '#DB6417'

red 219 ◦ green 100 ◦ blue 23

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

Shades of Chocolate #DB6417

Tints of Chocolate #DB6417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 64.04%
G = 29.24%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB6417 (or 0xDB6417) is known color: Chocolate. HEX triplet: DB, 64 and 17. RGB value is (219,100,23). Sum of RGB (Red+Green+Blue) = 219+100+23=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6417 is #249BE8. Grayscale: #7F7F7F. Windows color (decimal): -2399209 or 1533147. OLE color: 1533147.

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

Color convert

RGB 219 100 23 -
CMYK 0 0.54 0.89 0.14
HSL 23.57º 0.81% 0.47% -
HSV(B) 23.57º 0.89% 0.86% -
XYZ 33.93 24.24 3.7 -
YUV 126.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 219 100 23 0 0.54 0.89 0.14 23.57 0.81 0.47
Hex DB 64 17 0 36 59 E 18 51 2F
Octal 333 144 27 0 66 131 16 30 121 57
Binary 11011011 1100100 10111 0 110110 1011001 1110 11000 1010001 101111

Color Harmonies of #DB6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6417

Black with #DB6417

Text Example


Text Example

White with #DB6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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