Html Css Color HEX #DD7D59 Terra Cotta

📋 copy color: '#DD7D59'

red 221 ◦ green 125 ◦ blue 89

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

Shades of Terra Cotta #DD7D59

Tints of Terra Cotta #DD7D59

RGB

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

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

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

R = 50.8%
G = 28.74%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7D59 (or 0xDD7D59) is known color: Terra Cotta. HEX triplet: DD, 7D and 59. RGB value is (221,125,89). Sum of RGB (Red+Green+Blue) = 221+125+89=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D59 is #2282A6. Grayscale: #959595. Windows color (decimal): -2261671 or 5864925. OLE color: 5864925.

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

Color convert

RGB 221 125 89 -
CMYK 0 0.43 0.60 0.13
HSL 16.36º 0.66% 0.61% -
HSV(B) 16.36º 0.6% 0.87% -
XYZ 38.96 30.76 13.34 -
YUV 149.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 221 125 89 0 0.43 0.60 0.13 16.36 0.66 0.61
Hex DD 7D 59 0 2B 3C D 10 42 3D
Octal 335 175 131 0 53 74 15 20 102 75
Binary 11011101 1111101 1011001 0 101011 111100 1101 10000 1000010 111101

Color Harmonies of #DD7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D59

Black with #DD7D59

Text Example


Text Example

White with #DD7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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