Html Css Color HEX #DC7217 Chocolate

📋 copy color: '#DC7217'

red 220 ◦ green 114 ◦ blue 23

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

Shades of Chocolate #DC7217

Tints of Chocolate #DC7217

RGB

 RED value IS 220 (86.33% from 255) = 61.62%

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

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

R = 61.62%
G = 31.93%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7217 (or 0xDC7217) is known color: Chocolate. HEX triplet: DC, 72 and 17. RGB value is (220,114,23). Sum of RGB (Red+Green+Blue) = 220+114+23=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7217 is #238DE8. Grayscale: #878787. Windows color (decimal): -2330089 or 1536732. OLE color: 1536732.

HSL color Cylindrical-coordinate representation of color #DC7217: hue angle of 27.72º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7217 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 23 -
CMYK 0 0.48 0.90 0.14
HSL 27.72º 0.81% 0.48% -
HSV(B) 27.72º 0.9% 0.86% -
XYZ 35.69 27.31 4.2 -
YUV 135.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 220 114 23 0 0.48 0.90 0.14 27.72 0.81 0.48
Hex DC 72 17 0 30 5A E 1C 51 30
Octal 334 162 27 0 60 132 16 34 121 60
Binary 11011100 1110010 10111 0 110000 1011010 1110 11100 1010001 110000

Color Harmonies of #DC7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7217

Black with #DC7217

Text Example


Text Example

White with #DC7217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7217; }

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

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

background-color css

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

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

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

border-color css

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

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

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