Html Css Color HEX #DD7457 Terra Cotta

📋 copy color: '#DD7457'

red 221 ◦ green 116 ◦ blue 87

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

Shades of Terra Cotta #DD7457

Tints of Terra Cotta #DD7457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.52%

R = 52.12%
G = 27.36%
B = 20.52%

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

#DD7457 (or 0xDD7457) is known color: Terra Cotta. HEX triplet: DD, 74 and 57. RGB value is (221,116,87). Sum of RGB (Red+Green+Blue) = 221+116+87=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7457 is #228BA8. Grayscale: #909090. Windows color (decimal): -2263977 or 5731549. OLE color: 5731549.

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

Color convert

RGB 221 116 87 -
CMYK 0 0.48 0.61 0.13
HSL 12.99º 0.66% 0.6% -
HSV(B) 12.99º 0.61% 0.87% -
XYZ 37.78 28.55 12.54 -
YUV 144.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 221 116 87 0 0.48 0.61 0.13 12.99 0.66 0.6
Hex DD 74 57 0 30 3D D D 42 3C
Octal 335 164 127 0 60 75 15 15 102 74
Binary 11011101 1110100 1010111 0 110000 111101 1101 1101 1000010 111100

Color Harmonies of #DD7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7457

Black with #DD7457

Text Example


Text Example

White with #DD7457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7457; }

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

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

background-color css

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

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

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

border-color css

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

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

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