Html Css Color HEX #DD7762 Terra Cotta

📋 copy color: '#DD7762'

red 221 ◦ green 119 ◦ blue 98

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

Shades of Terra Cotta #DD7762

Tints of Terra Cotta #DD7762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

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

R = 50.46%
G = 27.17%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7762 (or 0xDD7762) is known color: Terra Cotta. HEX triplet: DD, 77 and 62. RGB value is (221,119,98). Sum of RGB (Red+Green+Blue) = 221+119+98=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7762 is #22889D. Grayscale: #939393. Windows color (decimal): -2263198 or 6453213. OLE color: 6453213.

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

Color convert

RGB 221 119 98 -
CMYK 0 0.46 0.56 0.13
HSL 10.24º 0.64% 0.63% -
HSV(B) 10.24º 0.56% 0.87% -
XYZ 38.62 29.45 15.2 -
YUV 147.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 221 119 98 0 0.46 0.56 0.13 10.24 0.64 0.63
Hex DD 77 62 0 2E 38 D A 40 3F
Octal 335 167 142 0 56 70 15 12 100 77
Binary 11011101 1110111 1100010 0 101110 111000 1101 1010 1000000 111111

Color Harmonies of #DD7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7762

Black with #DD7762

Text Example


Text Example

White with #DD7762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7762; }

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

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

background-color css

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

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

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

border-color css

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

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

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