Html Css Color HEX #DC7452 Terra Cotta

📋 copy color: '#DC7452'

red 220 ◦ green 116 ◦ blue 82

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

Shades of Terra Cotta #DC7452

Tints of Terra Cotta #DC7452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 52.63%
G = 27.75%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7452 (or 0xDC7452) is known color: Terra Cotta. HEX triplet: DC, 74 and 52. RGB value is (220,116,82). Sum of RGB (Red+Green+Blue) = 220+116+82=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7452 is #238BAD. Grayscale: #8F8F8F. Windows color (decimal): -2329518 or 5403868. OLE color: 5403868.

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

Color convert

RGB 220 116 82 -
CMYK 0 0.47 0.63 0.14
HSL 14.78º 0.66% 0.59% -
HSV(B) 14.78º 0.63% 0.86% -
XYZ 37.28 28.32 11.48 -
YUV 143.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 220 116 82 0 0.47 0.63 0.14 14.78 0.66 0.59
Hex DC 74 52 0 2F 3F E F 42 3B
Octal 334 164 122 0 57 77 16 17 102 73
Binary 11011100 1110100 1010010 0 101111 111111 1110 1111 1000010 111011

Color Harmonies of #DC7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7452

Black with #DC7452

Text Example


Text Example

White with #DC7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7452; }

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

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

background-color css

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

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

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

border-color css

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

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

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