Html Css Color HEX #DC6917 Chocolate

📋 copy color: '#DC6917'

red 220 ◦ green 105 ◦ blue 23

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

Shades of Chocolate #DC6917

Tints of Chocolate #DC6917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 63.22%
G = 30.17%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6917 (or 0xDC6917) is known color: Chocolate. HEX triplet: DC, 69 and 17. RGB value is (220,105,23). Sum of RGB (Red+Green+Blue) = 220+105+23=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6917 is #2396E8. Grayscale: #828282. Windows color (decimal): -2332393 or 1534428. OLE color: 1534428.

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

Color convert

RGB 220 105 23 -
CMYK 0 0.52 0.90 0.14
HSL 24.97º 0.81% 0.48% -
HSV(B) 24.97º 0.9% 0.86% -
XYZ 34.72 25.38 3.88 -
YUV 130.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 220 105 23 0 0.52 0.90 0.14 24.97 0.81 0.48
Hex DC 69 17 0 34 5A E 19 51 30
Octal 334 151 27 0 64 132 16 31 121 60
Binary 11011100 1101001 10111 0 110100 1011010 1110 11001 1010001 110000

Color Harmonies of #DC6917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6917

Black with #DC6917

Text Example


Text Example

White with #DC6917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6917; }

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

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

background-color css

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

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

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

border-color css

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

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

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