Html Css Color HEX #DC795B Terra Cotta

📋 copy color: '#DC795B'

red 220 ◦ green 121 ◦ blue 91

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

Shades of Terra Cotta #DC795B

Tints of Terra Cotta #DC795B

RGB

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

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

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

R = 50.93%
G = 28.01%
B = 21.06%

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

#DC795B (or 0xDC795B) is known color: Terra Cotta. HEX triplet: DC, 79 and 5B. RGB value is (220,121,91). Sum of RGB (Red+Green+Blue) = 220+121+91=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC795B is #2386A4. Grayscale: #939393. Windows color (decimal): -2328229 or 5994972. OLE color: 5994972.

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

Color convert

RGB 220 121 91 -
CMYK 0 0.45 0.59 0.14
HSL 13.95º 0.65% 0.61% -
HSV(B) 13.95º 0.59% 0.86% -
XYZ 38.24 29.65 13.6 -
YUV 147.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 220 121 91 0 0.45 0.59 0.14 13.95 0.65 0.61
Hex DC 79 5B 0 2D 3B E E 41 3D
Octal 334 171 133 0 55 73 16 16 101 75
Binary 11011100 1111001 1011011 0 101101 111011 1110 1110 1000001 111101

Color Harmonies of #DC795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC795B

Black with #DC795B

Text Example


Text Example

White with #DC795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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