Html Css Color HEX #DE6E68 Terra Cotta

📋 copy color: '#DE6E68'

red 222 ◦ green 110 ◦ blue 104

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

Shades of Terra Cotta #DE6E68

Tints of Terra Cotta #DE6E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.23%

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

R = 50.92%
G = 25.23%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE6E68 (or 0xDE6E68) is known color: Terra Cotta. HEX triplet: DE, 6E and 68. RGB value is (222,110,104). Sum of RGB (Red+Green+Blue) = 222+110+104=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E68 is #219197. Grayscale: #8E8E8E. Windows color (decimal): -2199960 or 6844126. OLE color: 6844126.

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

Color convert

RGB 222 110 104 -
CMYK 0 0.50 0.53 0.13
HSL 3.05º 0.64% 0.64% -
HSV(B) 3.05º 0.53% 0.87% -
XYZ 38.2 27.68 16.43 -
YUV 142.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 222 110 104 0 0.50 0.53 0.13 3.05 0.64 0.64
Hex DE 6E 68 0 32 35 D 3 40 40
Octal 336 156 150 0 62 65 15 3 100 100
Binary 11011110 1101110 1101000 0 110010 110101 1101 11 1000000 1000000

Color Harmonies of #DE6E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E68

Black with #DE6E68

Text Example


Text Example

White with #DE6E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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