Html Css Color HEX #DC7459 Terra Cotta

📋 copy color: '#DC7459'

red 220 ◦ green 116 ◦ blue 89

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

Shades of Terra Cotta #DC7459

Tints of Terra Cotta #DC7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

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

R = 51.76%
G = 27.29%
B = 20.94%

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

#DC7459 (or 0xDC7459) is known color: Terra Cotta. HEX triplet: DC, 74 and 59. RGB value is (220,116,89). Sum of RGB (Red+Green+Blue) = 220+116+89=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7459 is #238BA6. Grayscale: #909090. Windows color (decimal): -2329511 or 5862620. OLE color: 5862620.

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

Color convert

RGB 220 116 89 -
CMYK 0 0.47 0.60 0.14
HSL 12.37º 0.65% 0.61% -
HSV(B) 12.37º 0.6% 0.86% -
XYZ 37.56 28.43 12.96 -
YUV 144.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 220 116 89 0 0.47 0.60 0.14 12.37 0.65 0.61
Hex DC 74 59 0 2F 3C E C 41 3D
Octal 334 164 131 0 57 74 16 14 101 75
Binary 11011100 1110100 1011001 0 101111 111100 1110 1100 1000001 111101

Color Harmonies of #DC7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7459

Black with #DC7459

Text Example


Text Example

White with #DC7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7459; }

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

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

background-color css

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

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

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

border-color css

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

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

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