Html Css Color HEX #DD795E Terra Cotta

📋 copy color: '#DD795E'

red 221 ◦ green 121 ◦ blue 94

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

Shades of Terra Cotta #DD795E

Tints of Terra Cotta #DD795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 50.69%
G = 27.75%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD795E (or 0xDD795E) is known color: Terra Cotta. HEX triplet: DD, 79 and 5E. RGB value is (221,121,94). Sum of RGB (Red+Green+Blue) = 221+121+94=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD795E is #2286A1. Grayscale: #949494. Windows color (decimal): -2262690 or 6191581. OLE color: 6191581.

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

Color convert

RGB 221 121 94 -
CMYK 0 0.45 0.57 0.13
HSL 12.76º 0.65% 0.62% -
HSV(B) 12.76º 0.57% 0.87% -
XYZ 38.68 29.86 14.31 -
YUV 147.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 221 121 94 0 0.45 0.57 0.13 12.76 0.65 0.62
Hex DD 79 5E 0 2D 39 D D 41 3E
Octal 335 171 136 0 55 71 15 15 101 76
Binary 11011101 1111001 1011110 0 101101 111001 1101 1101 1000001 111110

Color Harmonies of #DD795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD795E

Black with #DD795E

Text Example


Text Example

White with #DD795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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