Html Css Color HEX #DD7661 Terra Cotta

📋 copy color: '#DD7661'

red 221 ◦ green 118 ◦ blue 97

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

Shades of Terra Cotta #DD7661

Tints of Terra Cotta #DD7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 97 (38.28% from 255) = 22.25%

R = 50.69%
G = 27.06%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7661 (or 0xDD7661) is known color: Terra Cotta. HEX triplet: DD, 76 and 61. RGB value is (221,118,97). Sum of RGB (Red+Green+Blue) = 221+118+97=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7661 is #22899E. Grayscale: #929292. Windows color (decimal): -2263455 or 6387421. OLE color: 6387421.

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

Color convert

RGB 221 118 97 -
CMYK 0 0.47 0.56 0.13
HSL 10.16º 0.65% 0.62% -
HSV(B) 10.16º 0.56% 0.87% -
XYZ 38.45 29.19 14.92 -
YUV 146.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 221 118 97 0 0.47 0.56 0.13 10.16 0.65 0.62
Hex DD 76 61 0 2F 38 D A 41 3E
Octal 335 166 141 0 57 70 15 12 101 76
Binary 11011101 1110110 1100001 0 101111 111000 1101 1010 1000001 111110

Color Harmonies of #DD7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7661

Black with #DD7661

Text Example


Text Example

White with #DD7661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7661; }

 p { color: rgb(221,118,97); }

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

background-color css

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

 a { background-color: rgb(221,118,97); }

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

border-color css

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

 span { border-color: rgb(221,118,97); }

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