Html Css Color HEX #DD775D Terra Cotta

📋 copy color: '#DD775D'

red 221 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #DD775D

Tints of Terra Cotta #DD775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

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

R = 51.04%
G = 27.48%
B = 21.48%

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

#DD775D (or 0xDD775D) is known color: Terra Cotta. HEX triplet: DD, 77 and 5D. RGB value is (221,119,93). Sum of RGB (Red+Green+Blue) = 221+119+93=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD775D is #2288A2. Grayscale: #929292. Windows color (decimal): -2263203 or 6125533. OLE color: 6125533.

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

Color convert

RGB 221 119 93 -
CMYK 0 0.46 0.58 0.13
HSL 12.19º 0.65% 0.62% -
HSV(B) 12.19º 0.58% 0.87% -
XYZ 38.39 29.36 14 -
YUV 146.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 221 119 93 0 0.46 0.58 0.13 12.19 0.65 0.62
Hex DD 77 5D 0 2E 3A D C 41 3E
Octal 335 167 135 0 56 72 15 14 101 76
Binary 11011101 1110111 1011101 0 101110 111010 1101 1100 1000001 111110

Color Harmonies of #DD775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD775D

Black with #DD775D

Text Example


Text Example

White with #DD775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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