Html Css Color HEX #DC6A58 Terra Cotta

📋 copy color: '#DC6A58'

red 220 ◦ green 106 ◦ blue 88

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

Shades of Terra Cotta #DC6A58

Tints of Terra Cotta #DC6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

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

R = 53.14%
G = 25.6%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC6A58 (or 0xDC6A58) is known color: Terra Cotta. HEX triplet: DC, 6A and 58. RGB value is (220,106,88). Sum of RGB (Red+Green+Blue) = 220+106+88=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A58 is #2395A7. Grayscale: #8A8A8A. Windows color (decimal): -2332072 or 5794524. OLE color: 5794524.

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

Color convert

RGB 220 106 88 -
CMYK 0 0.52 0.6 0.14
HSL 8.18º 0.65% 0.6% -
HSV(B) 8.18º 0.6% 0.86% -
XYZ 36.43 26.23 12.37 -
YUV 138.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 220 106 88 0 0.52 0.6 0.14 8.18 0.65 0.6
Hex DC 6A 58 0 34 3C E 8 41 3C
Octal 334 152 130 0 64 74 16 10 101 74
Binary 11011100 1101010 1011000 0 110100 111100 1110 1000 1000001 111100

Color Harmonies of #DC6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A58

Black with #DC6A58

Text Example


Text Example

White with #DC6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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