Html Css Color HEX #DC7854 Terra Cotta

📋 copy color: '#DC7854'

red 220 ◦ green 120 ◦ blue 84

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

Shades of Terra Cotta #DC7854

Tints of Terra Cotta #DC7854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 51.89%
G = 28.3%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7854 (or 0xDC7854) is known color: Terra Cotta. HEX triplet: DC, 78 and 54. RGB value is (220,120,84). Sum of RGB (Red+Green+Blue) = 220+120+84=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7854 is #2387AB. Grayscale: #929292. Windows color (decimal): -2328492 or 5535964. OLE color: 5535964.

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

Color convert

RGB 220 120 84 -
CMYK 0 0.45 0.62 0.14
HSL 15.88º 0.66% 0.6% -
HSV(B) 15.88º 0.62% 0.86% -
XYZ 37.83 29.29 12.05 -
YUV 145.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 220 120 84 0 0.45 0.62 0.14 15.88 0.66 0.6
Hex DC 78 54 0 2D 3E E 10 42 3C
Octal 334 170 124 0 55 76 16 20 102 74
Binary 11011100 1111000 1010100 0 101101 111110 1110 10000 1000010 111100

Color Harmonies of #DC7854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7854

Black with #DC7854

Text Example


Text Example

White with #DC7854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7854; }

 p { color: rgb(220,120,84); }

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

background-color css

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

 a { background-color: rgb(220,120,84); }

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

border-color css

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

 span { border-color: rgb(220,120,84); }

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