Html Css Color HEX #DC705A Terra Cotta

📋 copy color: '#DC705A'

red 220 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #DC705A

Tints of Terra Cotta #DC705A

RGB

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

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

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

R = 52.13%
G = 26.54%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC705A (or 0xDC705A) is known color: Terra Cotta. HEX triplet: DC, 70 and 5A. RGB value is (220,112,90). Sum of RGB (Red+Green+Blue) = 220+112+90=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC705A is #238FA5. Grayscale: #8D8D8D. Windows color (decimal): -2330534 or 5927132. OLE color: 5927132.

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

Color convert

RGB 220 112 90 -
CMYK 0 0.49 0.59 0.14
HSL 10.15º 0.65% 0.61% -
HSV(B) 10.15º 0.59% 0.86% -
XYZ 37.15 27.54 13.03 -
YUV 141.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 220 112 90 0 0.49 0.59 0.14 10.15 0.65 0.61
Hex DC 70 5A 0 31 3B E A 41 3D
Octal 334 160 132 0 61 73 16 12 101 75
Binary 11011100 1110000 1011010 0 110001 111011 1110 1010 1000001 111101

Color Harmonies of #DC705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC705A

Black with #DC705A

Text Example


Text Example

White with #DC705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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