Html Css Color HEX #DD775B Terra Cotta

📋 copy color: '#DD775B'

red 221 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #DD775B

Tints of Terra Cotta #DD775B

RGB

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

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

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

R = 51.28%
G = 27.61%
B = 21.11%

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

#DD775B (or 0xDD775B) is known color: Terra Cotta. HEX triplet: DD, 77 and 5B. RGB value is (221,119,91). Sum of RGB (Red+Green+Blue) = 221+119+91=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD775B is #2288A4. Grayscale: #929292. Windows color (decimal): -2263205 or 5994461. OLE color: 5994461.

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

Color convert

RGB 221 119 91 -
CMYK 0 0.46 0.59 0.13
HSL 12.92º 0.66% 0.61% -
HSV(B) 12.92º 0.59% 0.87% -
XYZ 38.3 29.32 13.54 -
YUV 146.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 221 119 91 0 0.46 0.59 0.13 12.92 0.66 0.61
Hex DD 77 5B 0 2E 3B D D 42 3D
Octal 335 167 133 0 56 73 15 15 102 75
Binary 11011101 1110111 1011011 0 101110 111011 1101 1101 1000010 111101

Color Harmonies of #DD775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD775B

Black with #DD775B

Text Example


Text Example

White with #DD775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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