Html Css Color HEX #DD795B Terra Cotta

📋 copy color: '#DD795B'

red 221 ◦ green 121 ◦ blue 91

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

Shades of Terra Cotta #DD795B

Tints of Terra Cotta #DD795B

RGB

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

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

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

R = 51.04%
G = 27.94%
B = 21.02%

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

#DD795B (or 0xDD795B) is known color: Terra Cotta. HEX triplet: DD, 79 and 5B. RGB value is (221,121,91). Sum of RGB (Red+Green+Blue) = 221+121+91=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD795B is #2286A4. Grayscale: #939393. Windows color (decimal): -2262693 or 5994973. OLE color: 5994973.

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

Color convert

RGB 221 121 91 -
CMYK 0 0.45 0.59 0.13
HSL 13.85º 0.66% 0.61% -
HSV(B) 13.85º 0.59% 0.87% -
XYZ 38.54 29.8 13.62 -
YUV 147.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 221 121 91 0 0.45 0.59 0.13 13.85 0.66 0.61
Hex DD 79 5B 0 2D 3B D E 42 3D
Octal 335 171 133 0 55 73 15 16 102 75
Binary 11011101 1111001 1011011 0 101101 111011 1101 1110 1000010 111101

Color Harmonies of #DD795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD795B

Black with #DD795B

Text Example


Text Example

White with #DD795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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