Html Css Color HEX #DC725A Terra Cotta

📋 copy color: '#DC725A'

red 220 ◦ green 114 ◦ blue 90

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

Shades of Terra Cotta #DC725A

Tints of Terra Cotta #DC725A

RGB

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

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

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

R = 51.89%
G = 26.89%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC725A (or 0xDC725A) is known color: Terra Cotta. HEX triplet: DC, 72 and 5A. RGB value is (220,114,90). Sum of RGB (Red+Green+Blue) = 220+114+90=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC725A is #238DA5. Grayscale: #8F8F8F. Windows color (decimal): -2330022 or 5927644. OLE color: 5927644.

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

Color convert

RGB 220 114 90 -
CMYK 0 0.48 0.59 0.14
HSL 11.08º 0.65% 0.61% -
HSV(B) 11.08º 0.59% 0.86% -
XYZ 37.38 27.99 13.11 -
YUV 142.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 220 114 90 0 0.48 0.59 0.14 11.08 0.65 0.61
Hex DC 72 5A 0 30 3B E B 41 3D
Octal 334 162 132 0 60 73 16 13 101 75
Binary 11011100 1110010 1011010 0 110000 111011 1110 1011 1000001 111101

Color Harmonies of #DC725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC725A

Black with #DC725A

Text Example


Text Example

White with #DC725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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