Html Css Color HEX #DD7B60 Terra Cotta

📋 copy color: '#DD7B60'

red 221 ◦ green 123 ◦ blue 96

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

Shades of Terra Cotta #DD7B60

Tints of Terra Cotta #DD7B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 50.23%
G = 27.95%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD7B60 (or 0xDD7B60) is known color: Terra Cotta. HEX triplet: DD, 7B and 60. RGB value is (221,123,96). Sum of RGB (Red+Green+Blue) = 221+123+96=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B60 is #22849F. Grayscale: #959595. Windows color (decimal): -2262176 or 6323165. OLE color: 6323165.

HSL color Cylindrical-coordinate representation of color #DD7B60: hue angle of 12.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD7B60 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 96 -
CMYK 0 0.44 0.57 0.13
HSL 12.96º 0.65% 0.62% -
HSV(B) 12.96º 0.57% 0.87% -
XYZ 39.01 30.38 14.87 -
YUV 149.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 221 123 96 0 0.44 0.57 0.13 12.96 0.65 0.62
Hex DD 7B 60 0 2C 39 D D 41 3E
Octal 335 173 140 0 54 71 15 15 101 76
Binary 11011101 1111011 1100000 0 101100 111001 1101 1101 1000001 111110

Color Harmonies of #DD7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B60

Black with #DD7B60

Text Example


Text Example

White with #DD7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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