Html Css Color HEX #DD795A Terra Cotta

📋 copy color: '#DD795A'

red 221 ◦ green 121 ◦ blue 90

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

Shades of Terra Cotta #DD795A

Tints of Terra Cotta #DD795A

RGB

 RED value IS 221 (86.72% from 255) = 51.16%

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

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

R = 51.16%
G = 28.01%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD795A (or 0xDD795A) is known color: Terra Cotta. HEX triplet: DD, 79 and 5A. RGB value is (221,121,90). Sum of RGB (Red+Green+Blue) = 221+121+90=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD795A is #2286A5. Grayscale: #939393. Windows color (decimal): -2262694 or 5929437. OLE color: 5929437.

HSL color Cylindrical-coordinate representation of color #DD795A: hue angle of 14.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD795A is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 90 -
CMYK 0 0.45 0.59 0.13
HSL 14.2º 0.66% 0.61% -
HSV(B) 14.2º 0.59% 0.87% -
XYZ 38.5 29.79 13.39 -
YUV 147.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 221 121 90 0 0.45 0.59 0.13 14.2 0.66 0.61
Hex DD 79 5A 0 2D 3B D E 42 3D
Octal 335 171 132 0 55 73 15 16 102 75
Binary 11011101 1111001 1011010 0 101101 111011 1101 1110 1000010 111101

Color Harmonies of #DD795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD795A

Black with #DD795A

Text Example


Text Example

White with #DD795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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