Html Css Color HEX #DC725D Terra Cotta

📋 copy color: '#DC725D'

red 220 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #DC725D

Tints of Terra Cotta #DC725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 51.52%
G = 26.7%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC725D (or 0xDC725D) is known color: Terra Cotta. HEX triplet: DC, 72 and 5D. RGB value is (220,114,93). Sum of RGB (Red+Green+Blue) = 220+114+93=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC725D is #238DA2. Grayscale: #8F8F8F. Windows color (decimal): -2330019 or 6124252. OLE color: 6124252.

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

Color convert

RGB 220 114 93 -
CMYK 0 0.48 0.58 0.14
HSL 9.92º 0.64% 0.61% -
HSV(B) 9.92º 0.58% 0.86% -
XYZ 37.51 28.04 13.79 -
YUV 143.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 220 114 93 0 0.48 0.58 0.14 9.92 0.64 0.61
Hex DC 72 5D 0 30 3A E A 40 3D
Octal 334 162 135 0 60 72 16 12 100 75
Binary 11011100 1110010 1011101 0 110000 111010 1110 1010 1000000 111101

Color Harmonies of #DC725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC725D

Black with #DC725D

Text Example


Text Example

White with #DC725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC725D; }

 p { color: rgb(220,114,93); }

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

background-color css

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

 a { background-color: rgb(220,114,93); }

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

border-color css

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

 span { border-color: rgb(220,114,93); }

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