Html Css Color HEX #DD7955 Terra Cotta

📋 copy color: '#DD7955'

red 221 ◦ green 121 ◦ blue 85

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

Shades of Terra Cotta #DD7955

Tints of Terra Cotta #DD7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 51.76%
G = 28.34%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7955 (or 0xDD7955) is known color: Terra Cotta. HEX triplet: DD, 79 and 55. RGB value is (221,121,85). Sum of RGB (Red+Green+Blue) = 221+121+85=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7955 is #2286AA. Grayscale: #939393. Windows color (decimal): -2262699 or 5601757. OLE color: 5601757.

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

Color convert

RGB 221 121 85 -
CMYK 0 0.45 0.62 0.13
HSL 15.88º 0.67% 0.6% -
HSV(B) 15.88º 0.62% 0.87% -
XYZ 38.3 29.7 12.31 -
YUV 146.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 221 121 85 0 0.45 0.62 0.13 15.88 0.67 0.6
Hex DD 79 55 0 2D 3E D 10 43 3C
Octal 335 171 125 0 55 76 15 20 103 74
Binary 11011101 1111001 1010101 0 101101 111110 1101 10000 1000011 111100

Color Harmonies of #DD7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7955

Black with #DD7955

Text Example


Text Example

White with #DD7955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7955; }

 p { color: rgb(221,121,85); }

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

background-color css

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

 a { background-color: rgb(221,121,85); }

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

border-color css

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

 span { border-color: rgb(221,121,85); }

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