Html Css Color HEX #DD785A Terra Cotta

📋 copy color: '#DD785A'

red 221 ◦ green 120 ◦ blue 90

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

Shades of Terra Cotta #DD785A

Tints of Terra Cotta #DD785A

RGB

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

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

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

R = 51.28%
G = 27.84%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD785A (or 0xDD785A) is known color: Terra Cotta. HEX triplet: DD, 78 and 5A. RGB value is (221,120,90). Sum of RGB (Red+Green+Blue) = 221+120+90=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD785A is #2287A5. Grayscale: #939393. Windows color (decimal): -2262950 or 5929181. OLE color: 5929181.

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

Color convert

RGB 221 120 90 -
CMYK 0 0.46 0.59 0.13
HSL 13.74º 0.66% 0.61% -
HSV(B) 13.74º 0.59% 0.87% -
XYZ 38.38 29.54 13.35 -
YUV 146.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 221 120 90 0 0.46 0.59 0.13 13.74 0.66 0.61
Hex DD 78 5A 0 2E 3B D E 42 3D
Octal 335 170 132 0 56 73 15 16 102 75
Binary 11011101 1111000 1011010 0 101110 111011 1101 1110 1000010 111101

Color Harmonies of #DD785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD785A

Black with #DD785A

Text Example


Text Example

White with #DD785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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