Html Css Color HEX #DB7217 Chocolate

📋 copy color: '#DB7217'

red 219 ◦ green 114 ◦ blue 23

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

Shades of Chocolate #DB7217

Tints of Chocolate #DB7217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 61.52%
G = 32.02%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7217 (or 0xDB7217) is known color: Chocolate. HEX triplet: DB, 72 and 17. RGB value is (219,114,23). Sum of RGB (Red+Green+Blue) = 219+114+23=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7217 is #248DE8. Grayscale: #878787. Windows color (decimal): -2395625 or 1536731. OLE color: 1536731.

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

Color convert

RGB 219 114 23 -
CMYK 0 0.48 0.89 0.14
HSL 27.86º 0.81% 0.47% -
HSV(B) 27.86º 0.89% 0.86% -
XYZ 35.39 27.16 4.19 -
YUV 135.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 219 114 23 0 0.48 0.89 0.14 27.86 0.81 0.47
Hex DB 72 17 0 30 59 E 1C 51 2F
Octal 333 162 27 0 60 131 16 34 121 57
Binary 11011011 1110010 10111 0 110000 1011001 1110 11100 1010001 101111

Color Harmonies of #DB7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7217

Black with #DB7217

Text Example


Text Example

White with #DB7217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7217; }

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

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

background-color css

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

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

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

border-color css

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

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

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