Html Css Color HEX #DC7453 Terra Cotta

📋 copy color: '#DC7453'

red 220 ◦ green 116 ◦ blue 83

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

Shades of Terra Cotta #DC7453

Tints of Terra Cotta #DC7453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 52.51%
G = 27.68%
B = 19.81%

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

#DC7453 (or 0xDC7453) is known color: Terra Cotta. HEX triplet: DC, 74 and 53. RGB value is (220,116,83). Sum of RGB (Red+Green+Blue) = 220+116+83=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7453 is #238BAC. Grayscale: #8F8F8F. Windows color (decimal): -2329517 or 5469404. OLE color: 5469404.

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

Color convert

RGB 220 116 83 -
CMYK 0 0.47 0.62 0.14
HSL 14.45º 0.66% 0.59% -
HSV(B) 14.45º 0.62% 0.86% -
XYZ 37.32 28.33 11.68 -
YUV 143.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 220 116 83 0 0.47 0.62 0.14 14.45 0.66 0.59
Hex DC 74 53 0 2F 3E E E 42 3B
Octal 334 164 123 0 57 76 16 16 102 73
Binary 11011100 1110100 1010011 0 101111 111110 1110 1110 1000010 111011

Color Harmonies of #DC7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7453

Black with #DC7453

Text Example


Text Example

White with #DC7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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