Html Css Color HEX #DD785D Terra Cotta

📋 copy color: '#DD785D'

red 221 ◦ green 120 ◦ blue 93

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

Shades of Terra Cotta #DD785D

Tints of Terra Cotta #DD785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.65%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 50.92%
G = 27.65%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD785D (or 0xDD785D) is known color: Terra Cotta. HEX triplet: DD, 78 and 5D. RGB value is (221,120,93). Sum of RGB (Red+Green+Blue) = 221+120+93=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD785D is #2287A2. Grayscale: #939393. Windows color (decimal): -2262947 or 6125789. OLE color: 6125789.

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

Color convert

RGB 221 120 93 -
CMYK 0 0.46 0.58 0.13
HSL 12.66º 0.65% 0.62% -
HSV(B) 12.66º 0.58% 0.87% -
XYZ 38.51 29.6 14.04 -
YUV 147.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 221 120 93 0 0.46 0.58 0.13 12.66 0.65 0.62
Hex DD 78 5D 0 2E 3A D D 41 3E
Octal 335 170 135 0 56 72 15 15 101 76
Binary 11011101 1111000 1011101 0 101110 111010 1101 1101 1000001 111110

Color Harmonies of #DD785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD785D

Black with #DD785D

Text Example


Text Example

White with #DD785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD785D; }

 p { color: rgb(221,120,93); }

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

background-color css

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

 a { background-color: rgb(221,120,93); }

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

border-color css

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

 span { border-color: rgb(221,120,93); }

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