Html Css Color HEX #DB6117 Chocolate

📋 copy color: '#DB6117'

red 219 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #DB6117

Tints of Chocolate #DB6117

RGB

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

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

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

R = 64.6%
G = 28.61%
B = 6.78%

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

#DB6117 (or 0xDB6117) is known color: Chocolate. HEX triplet: DB, 61 and 17. RGB value is (219,97,23). Sum of RGB (Red+Green+Blue) = 219+97+23=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6117 is #249EE8. Grayscale: #7D7D7D. Windows color (decimal): -2399977 or 1532379. OLE color: 1532379.

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

Color convert

RGB 219 97 23 -
CMYK 0 0.56 0.89 0.14
HSL 22.65º 0.81% 0.47% -
HSV(B) 22.65º 0.89% 0.86% -
XYZ 33.64 23.67 3.61 -
YUV 125.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 219 97 23 0 0.56 0.89 0.14 22.65 0.81 0.47
Hex DB 61 17 0 38 59 E 17 51 2F
Octal 333 141 27 0 70 131 16 27 121 57
Binary 11011011 1100001 10111 0 111000 1011001 1110 10111 1010001 101111

Color Harmonies of #DB6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6117

Black with #DB6117

Text Example


Text Example

White with #DB6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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