Html Css Color HEX #DD7257 Terra Cotta

📋 copy color: '#DD7257'

red 221 ◦ green 114 ◦ blue 87

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

Shades of Terra Cotta #DD7257

Tints of Terra Cotta #DD7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 52.37%
G = 27.01%
B = 20.62%

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

#DD7257 (or 0xDD7257) is known color: Terra Cotta. HEX triplet: DD, 72 and 57. RGB value is (221,114,87). Sum of RGB (Red+Green+Blue) = 221+114+87=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7257 is #228DA8. Grayscale: #8F8F8F. Windows color (decimal): -2264489 or 5731037. OLE color: 5731037.

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

Color convert

RGB 221 114 87 -
CMYK 0 0.48 0.61 0.13
HSL 12.09º 0.66% 0.6% -
HSV(B) 12.09º 0.61% 0.87% -
XYZ 37.56 28.09 12.46 -
YUV 142.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 221 114 87 0 0.48 0.61 0.13 12.09 0.66 0.6
Hex DD 72 57 0 30 3D D C 42 3C
Octal 335 162 127 0 60 75 15 14 102 74
Binary 11011101 1110010 1010111 0 110000 111101 1101 1100 1000010 111100

Color Harmonies of #DD7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7257

Black with #DD7257

Text Example


Text Example

White with #DD7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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