Html Css Color HEX #DD7662 Terra Cotta

📋 copy color: '#DD7662'

red 221 ◦ green 118 ◦ blue 98

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

Shades of Terra Cotta #DD7662

Tints of Terra Cotta #DD7662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 50.57%
G = 27%
B = 22.43%

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

#DD7662 (or 0xDD7662) is known color: Terra Cotta. HEX triplet: DD, 76 and 62. RGB value is (221,118,98). Sum of RGB (Red+Green+Blue) = 221+118+98=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7662 is #22899D. Grayscale: #929292. Windows color (decimal): -2263454 or 6452957. OLE color: 6452957.

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

Color convert

RGB 221 118 98 -
CMYK 0 0.47 0.56 0.13
HSL 9.76º 0.64% 0.63% -
HSV(B) 9.76º 0.56% 0.87% -
XYZ 38.5 29.21 15.16 -
YUV 146.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 221 118 98 0 0.47 0.56 0.13 9.76 0.64 0.63
Hex DD 76 62 0 2F 38 D A 40 3F
Octal 335 166 142 0 57 70 15 12 100 77
Binary 11011101 1110110 1100010 0 101111 111000 1101 1010 1000000 111111

Color Harmonies of #DD7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7662

Black with #DD7662

Text Example


Text Example

White with #DD7662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7662; }

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

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

background-color css

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

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

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

border-color css

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

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

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