Html Css Color HEX #DD7456 Terra Cotta

📋 copy color: '#DD7456'

red 221 ◦ green 116 ◦ blue 86

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

Shades of Terra Cotta #DD7456

Tints of Terra Cotta #DD7456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 52.25%
G = 27.42%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7456 (or 0xDD7456) is known color: Terra Cotta. HEX triplet: DD, 74 and 56. RGB value is (221,116,86). Sum of RGB (Red+Green+Blue) = 221+116+86=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7456 is #228BA9. Grayscale: #909090. Windows color (decimal): -2263978 or 5666013. OLE color: 5666013.

HSL color Cylindrical-coordinate representation of color #DD7456: hue angle of 13.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 #DD7456 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 86 -
CMYK 0 0.48 0.61 0.13
HSL 13.33º 0.67% 0.6% -
HSV(B) 13.33º 0.61% 0.87% -
XYZ 37.74 28.53 12.32 -
YUV 143.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 221 116 86 0 0.48 0.61 0.13 13.33 0.67 0.6
Hex DD 74 56 0 30 3D D D 43 3C
Octal 335 164 126 0 60 75 15 15 103 74
Binary 11011101 1110100 1010110 0 110000 111101 1101 1101 1000011 111100

Color Harmonies of #DD7456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7456

Black with #DD7456

Text Example


Text Example

White with #DD7456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7456; }

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

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

background-color css

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

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

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

border-color css

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

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

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