Html Css Color HEX #DC795A Terra Cotta

📋 copy color: '#DC795A'

red 220 ◦ green 121 ◦ blue 90

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

Shades of Terra Cotta #DC795A

Tints of Terra Cotta #DC795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 51.04%
G = 28.07%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC795A (or 0xDC795A) is known color: Terra Cotta. HEX triplet: DC, 79 and 5A. RGB value is (220,121,90). Sum of RGB (Red+Green+Blue) = 220+121+90=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC795A is #2386A5. Grayscale: #939393. Windows color (decimal): -2328230 or 5929436. OLE color: 5929436.

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

Color convert

RGB 220 121 90 -
CMYK 0 0.45 0.59 0.14
HSL 14.31º 0.65% 0.61% -
HSV(B) 14.31º 0.59% 0.86% -
XYZ 38.2 29.63 13.38 -
YUV 147.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 220 121 90 0 0.45 0.59 0.14 14.31 0.65 0.61
Hex DC 79 5A 0 2D 3B E E 41 3D
Octal 334 171 132 0 55 73 16 16 101 75
Binary 11011100 1111001 1011010 0 101101 111011 1110 1110 1000001 111101

Color Harmonies of #DC795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC795A

Black with #DC795A

Text Example


Text Example

White with #DC795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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