Html Css Color HEX #DD775F Terra Cotta

📋 copy color: '#DD775F'

red 221 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #DD775F

Tints of Terra Cotta #DD775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 50.8%
G = 27.36%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD775F (or 0xDD775F) is known color: Terra Cotta. HEX triplet: DD, 77 and 5F. RGB value is (221,119,95). Sum of RGB (Red+Green+Blue) = 221+119+95=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD775F is #2288A0. Grayscale: #929292. Windows color (decimal): -2263201 or 6256605. OLE color: 6256605.

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

Color convert

RGB 221 119 95 -
CMYK 0 0.46 0.57 0.13
HSL 11.43º 0.65% 0.62% -
HSV(B) 11.43º 0.57% 0.87% -
XYZ 38.48 29.39 14.47 -
YUV 146.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 221 119 95 0 0.46 0.57 0.13 11.43 0.65 0.62
Hex DD 77 5F 0 2E 39 D B 41 3E
Octal 335 167 137 0 56 71 15 13 101 76
Binary 11011101 1110111 1011111 0 101110 111001 1101 1011 1000001 111110

Color Harmonies of #DD775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD775F

Black with #DD775F

Text Example


Text Example

White with #DD775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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