Html Css Color HEX #DC6F58 Terra Cotta

📋 copy color: '#DC6F58'

red 220 ◦ green 111 ◦ blue 88

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

Shades of Terra Cotta #DC6F58

Tints of Terra Cotta #DC6F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

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

R = 52.51%
G = 26.49%
B = 21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC6F58 (or 0xDC6F58) is known color: Terra Cotta. HEX triplet: DC, 6F and 58. RGB value is (220,111,88). Sum of RGB (Red+Green+Blue) = 220+111+88=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F58 is #2390A7. Grayscale: #8D8D8D. Windows color (decimal): -2330792 or 5795804. OLE color: 5795804.

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

Color convert

RGB 220 111 88 -
CMYK 0 0.50 0.6 0.14
HSL 10.45º 0.65% 0.6% -
HSV(B) 10.45º 0.6% 0.86% -
XYZ 36.96 27.29 12.55 -
YUV 140.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 220 111 88 0 0.50 0.6 0.14 10.45 0.65 0.6
Hex DC 6F 58 0 32 3C E A 41 3C
Octal 334 157 130 0 62 74 16 12 101 74
Binary 11011100 1101111 1011000 0 110010 111100 1110 1010 1000001 111100

Color Harmonies of #DC6F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F58

Black with #DC6F58

Text Example


Text Example

White with #DC6F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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