Html Css Color HEX #DC6D5A Terra Cotta

📋 copy color: '#DC6D5A'

red 220 ◦ green 109 ◦ blue 90

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

Shades of Terra Cotta #DC6D5A

Tints of Terra Cotta #DC6D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 52.51%
G = 26.01%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC6D5A (or 0xDC6D5A) is known color: Terra Cotta. HEX triplet: DC, 6D and 5A. RGB value is (220,109,90). Sum of RGB (Red+Green+Blue) = 220+109+90=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D5A is #2392A5. Grayscale: #8C8C8C. Windows color (decimal): -2331302 or 5926364. OLE color: 5926364.

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

Color convert

RGB 220 109 90 -
CMYK 0 0.50 0.59 0.14
HSL 8.77º 0.65% 0.61% -
HSV(B) 8.77º 0.59% 0.86% -
XYZ 36.83 26.89 12.92 -
YUV 140.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 220 109 90 0 0.50 0.59 0.14 8.77 0.65 0.61
Hex DC 6D 5A 0 32 3B E 9 41 3D
Octal 334 155 132 0 62 73 16 11 101 75
Binary 11011100 1101101 1011010 0 110010 111011 1110 1001 1000001 111101

Color Harmonies of #DC6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D5A

Black with #DC6D5A

Text Example


Text Example

White with #DC6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D5A; }

 p { color: rgb(220,109,90); }

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

background-color css

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

 a { background-color: rgb(220,109,90); }

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

border-color css

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

 span { border-color: rgb(220,109,90); }

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