Html Css Color HEX #DD795C Terra Cotta

📋 copy color: '#DD795C'

red 221 ◦ green 121 ◦ blue 92

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

Shades of Terra Cotta #DD795C

Tints of Terra Cotta #DD795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 50.92%
G = 27.88%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD795C (or 0xDD795C) is known color: Terra Cotta. HEX triplet: DD, 79 and 5C. RGB value is (221,121,92). Sum of RGB (Red+Green+Blue) = 221+121+92=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD795C is #2286A3. Grayscale: #939393. Windows color (decimal): -2262692 or 6060509. OLE color: 6060509.

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

Color convert

RGB 221 121 92 -
CMYK 0 0.45 0.58 0.13
HSL 13.49º 0.65% 0.61% -
HSV(B) 13.49º 0.58% 0.87% -
XYZ 38.59 29.82 13.85 -
YUV 147.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 221 121 92 0 0.45 0.58 0.13 13.49 0.65 0.61
Hex DD 79 5C 0 2D 3A D D 41 3D
Octal 335 171 134 0 55 72 15 15 101 75
Binary 11011101 1111001 1011100 0 101101 111010 1101 1101 1000001 111101

Color Harmonies of #DD795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD795C

Black with #DD795C

Text Example


Text Example

White with #DD795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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