Html Css Color HEX #DD7B59 Terra Cotta

📋 copy color: '#DD7B59'

red 221 ◦ green 123 ◦ blue 89

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

Shades of Terra Cotta #DD7B59

Tints of Terra Cotta #DD7B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.41%

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

R = 51.04%
G = 28.41%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7B59 (or 0xDD7B59) is known color: Terra Cotta. HEX triplet: DD, 7B and 59. RGB value is (221,123,89). Sum of RGB (Red+Green+Blue) = 221+123+89=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B59 is #2284A6. Grayscale: #949494. Windows color (decimal): -2262183 or 5864413. OLE color: 5864413.

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

Color convert

RGB 221 123 89 -
CMYK 0 0.44 0.60 0.13
HSL 15.45º 0.66% 0.61% -
HSV(B) 15.45º 0.6% 0.87% -
XYZ 38.7 30.26 13.25 -
YUV 148.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 221 123 89 0 0.44 0.60 0.13 15.45 0.66 0.61
Hex DD 7B 59 0 2C 3C D F 42 3D
Octal 335 173 131 0 54 74 15 17 102 75
Binary 11011101 1111011 1011001 0 101100 111100 1101 1111 1000010 111101

Color Harmonies of #DD7B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B59

Black with #DD7B59

Text Example


Text Example

White with #DD7B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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