Html Css Color HEX #DC7559 Terra Cotta

📋 copy color: '#DC7559'

red 220 ◦ green 117 ◦ blue 89

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

Shades of Terra Cotta #DC7559

Tints of Terra Cotta #DC7559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 51.64%
G = 27.46%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7559 (or 0xDC7559) is known color: Terra Cotta. HEX triplet: DC, 75 and 59. RGB value is (220,117,89). Sum of RGB (Red+Green+Blue) = 220+117+89=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7559 is #238AA6. Grayscale: #909090. Windows color (decimal): -2329255 or 5862876. OLE color: 5862876.

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

Color convert

RGB 220 117 89 -
CMYK 0 0.47 0.60 0.14
HSL 12.82º 0.65% 0.61% -
HSV(B) 12.82º 0.6% 0.86% -
XYZ 37.68 28.66 13 -
YUV 144.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 220 117 89 0 0.47 0.60 0.14 12.82 0.65 0.61
Hex DC 75 59 0 2F 3C E D 41 3D
Octal 334 165 131 0 57 74 16 15 101 75
Binary 11011100 1110101 1011001 0 101111 111100 1110 1101 1000001 111101

Color Harmonies of #DC7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7559

Black with #DC7559

Text Example


Text Example

White with #DC7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7559; }

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

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

background-color css

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

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

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

border-color css

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

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

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