Html Css Color HEX #DB7017 Chocolate

📋 copy color: '#DB7017'

red 219 ◦ green 112 ◦ blue 23

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

Shades of Chocolate #DB7017

Tints of Chocolate #DB7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 61.86%
G = 31.64%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7017 (or 0xDB7017) is known color: Chocolate. HEX triplet: DB, 70 and 17. RGB value is (219,112,23). Sum of RGB (Red+Green+Blue) = 219+112+23=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7017 is #248FE8. Grayscale: #868686. Windows color (decimal): -2396137 or 1536219. OLE color: 1536219.

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

Color convert

RGB 219 112 23 -
CMYK 0 0.49 0.89 0.14
HSL 27.24º 0.81% 0.47% -
HSV(B) 27.24º 0.89% 0.86% -
XYZ 35.16 26.71 4.11 -
YUV 133.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 219 112 23 0 0.49 0.89 0.14 27.24 0.81 0.47
Hex DB 70 17 0 31 59 E 1B 51 2F
Octal 333 160 27 0 61 131 16 33 121 57
Binary 11011011 1110000 10111 0 110001 1011001 1110 11011 1010001 101111

Color Harmonies of #DB7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7017

Black with #DB7017

Text Example


Text Example

White with #DB7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7017; }

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

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

background-color css

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

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

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

border-color css

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

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

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