Html Css Color HEX #DC7151 Terra Cotta

📋 copy color: '#DC7151'

red 220 ◦ green 113 ◦ blue 81

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

Shades of Terra Cotta #DC7151

Tints of Terra Cotta #DC7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 53.14%
G = 27.29%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7151 (or 0xDC7151) is known color: Terra Cotta. HEX triplet: DC, 71 and 51. RGB value is (220,113,81). Sum of RGB (Red+Green+Blue) = 220+113+81=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7151 is #238EAE. Grayscale: #8D8D8D. Windows color (decimal): -2330287 or 5337564. OLE color: 5337564.

HSL color Cylindrical-coordinate representation of color #DC7151: hue angle of 13.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7151 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 81 -
CMYK 0 0.49 0.63 0.14
HSL 13.81º 0.67% 0.59% -
HSV(B) 13.81º 0.63% 0.86% -
XYZ 36.91 27.62 11.17 -
YUV 141.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 220 113 81 0 0.49 0.63 0.14 13.81 0.67 0.59
Hex DC 71 51 0 31 3F E E 43 3B
Octal 334 161 121 0 61 77 16 16 103 73
Binary 11011100 1110001 1010001 0 110001 111111 1110 1110 1000011 111011

Color Harmonies of #DC7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7151

Black with #DC7151

Text Example


Text Example

White with #DC7151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7151; }

 p { color: rgb(220,113,81); }

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

background-color css

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

 a { background-color: rgb(220,113,81); }

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

border-color css

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

 span { border-color: rgb(220,113,81); }

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