Html Css Color HEX #DC711A Chocolate

📋 copy color: '#DC711A'

red 220 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #DC711A

Tints of Chocolate #DC711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 61.28%
G = 31.48%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC711A (or 0xDC711A) is known color: Chocolate. HEX triplet: DC, 71 and 1A. RGB value is (220,113,26). Sum of RGB (Red+Green+Blue) = 220+113+26=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC711A is #238EE5. Grayscale: #878787. Windows color (decimal): -2330342 or 1733084. OLE color: 1733084.

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

Color convert

RGB 220 113 26 -
CMYK 0 0.49 0.88 0.14
HSL 26.91º 0.79% 0.48% -
HSV(B) 26.91º 0.88% 0.86% -
XYZ 35.61 27.1 4.33 -
YUV 135.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 220 113 26 0 0.49 0.88 0.14 26.91 0.79 0.48
Hex DC 71 1A 0 31 58 E 1B 4F 30
Octal 334 161 32 0 61 130 16 33 117 60
Binary 11011100 1110001 11010 0 110001 1011000 1110 11011 1001111 110000

Color Harmonies of #DC711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC711A

Black with #DC711A

Text Example


Text Example

White with #DC711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC711A; }

 p { color: rgb(220,113,26); }

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

background-color css

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

 a { background-color: rgb(220,113,26); }

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

border-color css

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

 span { border-color: rgb(220,113,26); }

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