Html Css Color HEX #DC7058 Terra Cotta

📋 copy color: '#DC7058'

red 220 ◦ green 112 ◦ blue 88

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

Shades of Terra Cotta #DC7058

Tints of Terra Cotta #DC7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 88 (34.77% from 255) = 20.95%

R = 52.38%
G = 26.67%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC7058 (or 0xDC7058) is known color: Terra Cotta. HEX triplet: DC, 70 and 58. RGB value is (220,112,88). Sum of RGB (Red+Green+Blue) = 220+112+88=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7058 is #238FA7. Grayscale: #8D8D8D. Windows color (decimal): -2330536 or 5796060. OLE color: 5796060.

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

Color convert

RGB 220 112 88 -
CMYK 0 0.49 0.6 0.14
HSL 10.91º 0.65% 0.6% -
HSV(B) 10.91º 0.6% 0.86% -
XYZ 37.07 27.51 12.59 -
YUV 141.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 220 112 88 0 0.49 0.6 0.14 10.91 0.65 0.6
Hex DC 70 58 0 31 3C E B 41 3C
Octal 334 160 130 0 61 74 16 13 101 74
Binary 11011100 1110000 1011000 0 110001 111100 1110 1011 1000001 111100

Color Harmonies of #DC7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7058

Black with #DC7058

Text Example


Text Example

White with #DC7058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7058; }

 p { color: rgb(220,112,88); }

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

background-color css

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

 a { background-color: rgb(220,112,88); }

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

border-color css

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

 span { border-color: rgb(220,112,88); }

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