Html Css Color HEX #DC6E59 Terra Cotta

📋 copy color: '#DC6E59'

red 220 ◦ green 110 ◦ blue 89

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

Shades of Terra Cotta #DC6E59

Tints of Terra Cotta #DC6E59

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

 BLUE value IS 89 (35.16% from 255) = 21.24%

R = 52.51%
G = 26.25%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6E59 (or 0xDC6E59) is known color: Terra Cotta. HEX triplet: DC, 6E and 59. RGB value is (220,110,89). Sum of RGB (Red+Green+Blue) = 220+110+89=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E59 is #2391A6. Grayscale: #8C8C8C. Windows color (decimal): -2331047 or 5861084. OLE color: 5861084.

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

Color convert

RGB 220 110 89 -
CMYK 0 0.50 0.60 0.14
HSL 9.62º 0.65% 0.61% -
HSV(B) 9.62º 0.6% 0.86% -
XYZ 36.89 27.09 12.74 -
YUV 140.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 220 110 89 0 0.50 0.60 0.14 9.62 0.65 0.61
Hex DC 6E 59 0 32 3C E A 41 3D
Octal 334 156 131 0 62 74 16 12 101 75
Binary 11011100 1101110 1011001 0 110010 111100 1110 1010 1000001 111101

Color Harmonies of #DC6E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E59

Black with #DC6E59

Text Example


Text Example

White with #DC6E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E59; }

 p { color: rgb(220,110,89); }

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

background-color css

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

 a { background-color: rgb(220,110,89); }

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

border-color css

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

 span { border-color: rgb(220,110,89); }

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