Html Css Color HEX #DC7454 Terra Cotta

📋 copy color: '#DC7454'

red 220 ◦ green 116 ◦ blue 84

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

Shades of Terra Cotta #DC7454

Tints of Terra Cotta #DC7454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20%

R = 52.38%
G = 27.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7454 (or 0xDC7454) is known color: Terra Cotta. HEX triplet: DC, 74 and 54. RGB value is (220,116,84). Sum of RGB (Red+Green+Blue) = 220+116+84=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7454 is #238BAB. Grayscale: #8F8F8F. Windows color (decimal): -2329516 or 5534940. OLE color: 5534940.

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

Color convert

RGB 220 116 84 -
CMYK 0 0.47 0.62 0.14
HSL 14.12º 0.66% 0.6% -
HSV(B) 14.12º 0.62% 0.86% -
XYZ 37.36 28.35 11.89 -
YUV 143.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 220 116 84 0 0.47 0.62 0.14 14.12 0.66 0.6
Hex DC 74 54 0 2F 3E E E 42 3C
Octal 334 164 124 0 57 76 16 16 102 74
Binary 11011100 1110100 1010100 0 101111 111110 1110 1110 1000010 111100

Color Harmonies of #DC7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7454

Black with #DC7454

Text Example


Text Example

White with #DC7454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7454; }

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

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

background-color css

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

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

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

border-color css

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

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

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