Html Css Color HEX #DB6517 Chocolate

📋 copy color: '#DB6517'

red 219 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #DB6517

Tints of Chocolate #DB6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 63.85%
G = 29.45%
B = 6.71%

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

#DB6517 (or 0xDB6517) is known color: Chocolate. HEX triplet: DB, 65 and 17. RGB value is (219,101,23). Sum of RGB (Red+Green+Blue) = 219+101+23=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6517 is #249AE8. Grayscale: #7F7F7F. Windows color (decimal): -2398953 or 1533403. OLE color: 1533403.

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

Color convert

RGB 219 101 23 -
CMYK 0 0.54 0.89 0.14
HSL 23.88º 0.81% 0.47% -
HSV(B) 23.88º 0.89% 0.86% -
XYZ 34.02 24.43 3.73 -
YUV 127.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 219 101 23 0 0.54 0.89 0.14 23.88 0.81 0.47
Hex DB 65 17 0 36 59 E 18 51 2F
Octal 333 145 27 0 66 131 16 30 121 57
Binary 11011011 1100101 10111 0 110110 1011001 1110 11000 1010001 101111

Color Harmonies of #DB6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6517

Black with #DB6517

Text Example


Text Example

White with #DB6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6517; }

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

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

background-color css

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

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

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

border-color css

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

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

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