Html Css Color HEX #DC7457 Terra Cotta

📋 copy color: '#DC7457'

red 220 ◦ green 116 ◦ blue 87

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

Shades of Terra Cotta #DC7457

Tints of Terra Cotta #DC7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 52.01%
G = 27.42%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7457 (or 0xDC7457) is known color: Terra Cotta. HEX triplet: DC, 74 and 57. RGB value is (220,116,87). Sum of RGB (Red+Green+Blue) = 220+116+87=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7457 is #238BA8. Grayscale: #909090. Windows color (decimal): -2329513 or 5731548. OLE color: 5731548.

HSL color Cylindrical-coordinate representation of color #DC7457: hue angle of 13.08º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7457 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 87 -
CMYK 0 0.47 0.60 0.14
HSL 13.08º 0.66% 0.6% -
HSV(B) 13.08º 0.6% 0.86% -
XYZ 37.48 28.39 12.52 -
YUV 143.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 220 116 87 0 0.47 0.60 0.14 13.08 0.66 0.6
Hex DC 74 57 0 2F 3C E D 42 3C
Octal 334 164 127 0 57 74 16 15 102 74
Binary 11011100 1110100 1010111 0 101111 111100 1110 1101 1000010 111100

Color Harmonies of #DC7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7457

Black with #DC7457

Text Example


Text Example

White with #DC7457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7457; }

 p { color: rgb(220,116,87); }

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

background-color css

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

 a { background-color: rgb(220,116,87); }

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

border-color css

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

 span { border-color: rgb(220,116,87); }

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