Html Css Color HEX #DC551A Chocolate

📋 copy color: '#DC551A'

red 220 ◦ green 85 ◦ blue 26

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

Shades of Chocolate #DC551A

Tints of Chocolate #DC551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 66.47%
G = 25.68%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC551A (or 0xDC551A) is known color: Chocolate. HEX triplet: DC, 55 and 1A. RGB value is (220,85,26). Sum of RGB (Red+Green+Blue) = 220+85+26=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC551A is #23AAE5. Grayscale: #777777. Windows color (decimal): -2337510 or 1725916. OLE color: 1725916.

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

Color convert

RGB 220 85 26 -
CMYK 0 0.61 0.88 0.14
HSL 18.25º 0.79% 0.48% -
HSV(B) 18.25º 0.88% 0.86% -
XYZ 32.95 21.79 3.45 -
YUV 118.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 220 85 26 0 0.61 0.88 0.14 18.25 0.79 0.48
Hex DC 55 1A 0 3D 58 E 12 4F 30
Octal 334 125 32 0 75 130 16 22 117 60
Binary 11011100 1010101 11010 0 111101 1011000 1110 10010 1001111 110000

Color Harmonies of #DC551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC551A

Black with #DC551A

Text Example


Text Example

White with #DC551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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