Html Css Color HEX #DC725B Terra Cotta

📋 copy color: '#DC725B'

red 220 ◦ green 114 ◦ blue 91

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

Shades of Terra Cotta #DC725B

Tints of Terra Cotta #DC725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 51.76%
G = 26.82%
B = 21.41%

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

#DC725B (or 0xDC725B) is known color: Terra Cotta. HEX triplet: DC, 72 and 5B. RGB value is (220,114,91). Sum of RGB (Red+Green+Blue) = 220+114+91=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC725B is #238DA4. Grayscale: #8F8F8F. Windows color (decimal): -2330021 or 5993180. OLE color: 5993180.

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

Color convert

RGB 220 114 91 -
CMYK 0 0.48 0.59 0.14
HSL 10.7º 0.65% 0.61% -
HSV(B) 10.7º 0.59% 0.86% -
XYZ 37.42 28.01 13.33 -
YUV 143.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 220 114 91 0 0.48 0.59 0.14 10.7 0.65 0.61
Hex DC 72 5B 0 30 3B E B 41 3D
Octal 334 162 133 0 60 73 16 13 101 75
Binary 11011100 1110010 1011011 0 110000 111011 1110 1011 1000001 111101

Color Harmonies of #DC725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC725B

Black with #DC725B

Text Example


Text Example

White with #DC725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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