Html Css Color HEX #DE7668 Terra Cotta

📋 copy color: '#DE7668'

red 222 ◦ green 118 ◦ blue 104

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

Shades of Terra Cotta #DE7668

Tints of Terra Cotta #DE7668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 50%
G = 26.58%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE7668 (or 0xDE7668) is known color: Terra Cotta. HEX triplet: DE, 76 and 68. RGB value is (222,118,104). Sum of RGB (Red+Green+Blue) = 222+118+104=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7668 is #218997. Grayscale: #939393. Windows color (decimal): -2197912 or 6846174. OLE color: 6846174.

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

Color convert

RGB 222 118 104 -
CMYK 0 0.47 0.53 0.13
HSL 7.12º 0.64% 0.64% -
HSV(B) 7.12º 0.53% 0.87% -
XYZ 39.1 29.49 16.73 -
YUV 147.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 222 118 104 0 0.47 0.53 0.13 7.12 0.64 0.64
Hex DE 76 68 0 2F 35 D 7 40 40
Octal 336 166 150 0 57 65 15 7 100 100
Binary 11011110 1110110 1101000 0 101111 110101 1101 111 1000000 1000000

Color Harmonies of #DE7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7668

Black with #DE7668

Text Example


Text Example

White with #DE7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7668; }

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

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

background-color css

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

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

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

border-color css

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

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

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