Html Css Color HEX #DD7D56 Terra Cotta

📋 copy color: '#DD7D56'

red 221 ◦ green 125 ◦ blue 86

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

Shades of Terra Cotta #DD7D56

Tints of Terra Cotta #DD7D56

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 51.16%
G = 28.94%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7D56 (or 0xDD7D56) is known color: Terra Cotta. HEX triplet: DD, 7D and 56. RGB value is (221,125,86). Sum of RGB (Red+Green+Blue) = 221+125+86=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D56 is #2282A9. Grayscale: #959595. Windows color (decimal): -2261674 or 5668317. OLE color: 5668317.

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

Color convert

RGB 221 125 86 -
CMYK 0 0.43 0.61 0.13
HSL 17.33º 0.67% 0.6% -
HSV(B) 17.33º 0.61% 0.87% -
XYZ 38.83 30.71 12.69 -
YUV 149.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 221 125 86 0 0.43 0.61 0.13 17.33 0.67 0.6
Hex DD 7D 56 0 2B 3D D 11 43 3C
Octal 335 175 126 0 53 75 15 21 103 74
Binary 11011101 1111101 1010110 0 101011 111101 1101 10001 1000011 111100

Color Harmonies of #DD7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D56

Black with #DD7D56

Text Example


Text Example

White with #DD7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D56; }

 p { color: rgb(221,125,86); }

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

background-color css

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

 a { background-color: rgb(221,125,86); }

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

border-color css

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

 span { border-color: rgb(221,125,86); }

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