Html Css Color HEX #DC6514 Chocolate

📋 copy color: '#DC6514'

red 220 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #DC6514

Tints of Chocolate #DC6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 64.52%
G = 29.62%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6514 (or 0xDC6514) is known color: Chocolate. HEX triplet: DC, 65 and 14. RGB value is (220,101,20). Sum of RGB (Red+Green+Blue) = 220+101+20=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6514 is #239AEB. Grayscale: #7F7F7F. Windows color (decimal): -2333420 or 1336796. OLE color: 1336796.

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

Color convert

RGB 220 101 20 -
CMYK 0 0.54 0.91 0.14
HSL 24.3º 0.83% 0.47% -
HSV(B) 24.3º 0.91% 0.86% -
XYZ 34.3 24.57 3.6 -
YUV 127.35 67.42 194.09 -
System Red Green Blue C M Y K H S L
Decimal 220 101 20 0 0.54 0.91 0.14 24.3 0.83 0.47
Hex DC 65 14 0 36 5B E 18 53 2F
Octal 334 145 24 0 66 133 16 30 123 57
Binary 11011100 1100101 10100 0 110110 1011011 1110 11000 1010011 101111

Color Harmonies of #DC6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6514

Black with #DC6514

Text Example


Text Example

White with #DC6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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