Html Css Color HEX #DD7259 Terra Cotta

📋 copy color: '#DD7259'

red 221 ◦ green 114 ◦ blue 89

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

Shades of Terra Cotta #DD7259

Tints of Terra Cotta #DD7259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 52.12%
G = 26.89%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7259 (or 0xDD7259) is known color: Terra Cotta. HEX triplet: DD, 72 and 59. RGB value is (221,114,89). Sum of RGB (Red+Green+Blue) = 221+114+89=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7259 is #228DA6. Grayscale: #8F8F8F. Windows color (decimal): -2264487 or 5862109. OLE color: 5862109.

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

Color convert

RGB 221 114 89 -
CMYK 0 0.48 0.60 0.13
HSL 11.36º 0.66% 0.61% -
HSV(B) 11.36º 0.6% 0.87% -
XYZ 37.64 28.13 12.9 -
YUV 143.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 221 114 89 0 0.48 0.60 0.13 11.36 0.66 0.61
Hex DD 72 59 0 30 3C D B 42 3D
Octal 335 162 131 0 60 74 15 13 102 75
Binary 11011101 1110010 1011001 0 110000 111100 1101 1011 1000010 111101

Color Harmonies of #DD7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7259

Black with #DD7259

Text Example


Text Example

White with #DD7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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