Html Css Color HEX #DC7514 Chocolate

📋 copy color: '#DC7514'

red 220 ◦ green 117 ◦ blue 20

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

Shades of Chocolate #DC7514

Tints of Chocolate #DC7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 61.62%
G = 32.77%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7514 (or 0xDC7514) is known color: Chocolate. HEX triplet: DC, 75 and 14. RGB value is (220,117,20). Sum of RGB (Red+Green+Blue) = 220+117+20=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7514 is #238AEB. Grayscale: #898989. Windows color (decimal): -2329324 or 1340892. OLE color: 1340892.

HSL color Cylindrical-coordinate representation of color #DC7514: hue angle of 29.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC7514 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 20 -
CMYK 0 0.47 0.91 0.14
HSL 29.1º 0.83% 0.47% -
HSV(B) 29.1º 0.91% 0.86% -
XYZ 36 27.99 4.17 -
YUV 136.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 220 117 20 0 0.47 0.91 0.14 29.1 0.83 0.47
Hex DC 75 14 0 2F 5B E 1D 53 2F
Octal 334 165 24 0 57 133 16 35 123 57
Binary 11011100 1110101 10100 0 101111 1011011 1110 11101 1010011 101111

Color Harmonies of #DC7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7514

Black with #DC7514

Text Example


Text Example

White with #DC7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7514; }

 p { color: rgb(220,117,20); }

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

background-color css

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

 a { background-color: rgb(220,117,20); }

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

border-color css

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

 span { border-color: rgb(220,117,20); }

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