Html Css Color HEX #DC7154 Terra Cotta

📋 copy color: '#DC7154'

red 220 ◦ green 113 ◦ blue 84

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

Shades of Terra Cotta #DC7154

Tints of Terra Cotta #DC7154

RGB

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

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

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

R = 52.76%
G = 27.1%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7154 (or 0xDC7154) is known color: Terra Cotta. HEX triplet: DC, 71 and 54. RGB value is (220,113,84). Sum of RGB (Red+Green+Blue) = 220+113+84=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7154 is #238EAB. Grayscale: #8D8D8D. Windows color (decimal): -2330284 or 5534172. OLE color: 5534172.

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

Color convert

RGB 220 113 84 -
CMYK 0 0.49 0.62 0.14
HSL 12.79º 0.66% 0.6% -
HSV(B) 12.79º 0.62% 0.86% -
XYZ 37.02 27.67 11.78 -
YUV 141.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 220 113 84 0 0.49 0.62 0.14 12.79 0.66 0.6
Hex DC 71 54 0 31 3E E D 42 3C
Octal 334 161 124 0 61 76 16 15 102 74
Binary 11011100 1110001 1010100 0 110001 111110 1110 1101 1000010 111100

Color Harmonies of #DC7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7154

Black with #DC7154

Text Example


Text Example

White with #DC7154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7154; }

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

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

background-color css

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

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

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

border-color css

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

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

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