Html Css Color HEX #DE7660 Terra Cotta

📋 copy color: '#DE7660'

red 222 ◦ green 118 ◦ blue 96

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

Shades of Terra Cotta #DE7660

Tints of Terra Cotta #DE7660

RGB

 RED value IS 222 (87.11% from 255) = 50.92%

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

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

R = 50.92%
G = 27.06%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE7660 (or 0xDE7660) is known color: Terra Cotta. HEX triplet: DE, 76 and 60. RGB value is (222,118,96). Sum of RGB (Red+Green+Blue) = 222+118+96=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7660 is #21899F. Grayscale: #929292. Windows color (decimal): -2197920 or 6321886. OLE color: 6321886.

HSL color Cylindrical-coordinate representation of color #DE7660: hue angle of 10.48º degrees, saturation: 0.66, 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 #DE7660 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 118 96 -
CMYK 0 0.47 0.57 0.13
HSL 10.48º 0.66% 0.62% -
HSV(B) 10.48º 0.57% 0.87% -
XYZ 38.71 29.33 14.69 -
YUV 146.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 222 118 96 0 0.47 0.57 0.13 10.48 0.66 0.62
Hex DE 76 60 0 2F 39 D A 42 3E
Octal 336 166 140 0 57 71 15 12 102 76
Binary 11011110 1110110 1100000 0 101111 111001 1101 1010 1000010 111110

Color Harmonies of #DE7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7660

Black with #DE7660

Text Example


Text Example

White with #DE7660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7660; }

 p { color: rgb(222,118,96); }

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

background-color css

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

 a { background-color: rgb(222,118,96); }

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

border-color css

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

 span { border-color: rgb(222,118,96); }

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