Html Css Color HEX #DE6F63 Terra Cotta

📋 copy color: '#DE6F63'

red 222 ◦ green 111 ◦ blue 99

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

Shades of Terra Cotta #DE6F63

Tints of Terra Cotta #DE6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 51.39%
G = 25.69%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE6F63 (or 0xDE6F63) is known color: Terra Cotta. HEX triplet: DE, 6F and 63. RGB value is (222,111,99). Sum of RGB (Red+Green+Blue) = 222+111+99=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F63 is #21909C. Grayscale: #8E8E8E. Windows color (decimal): -2199709 or 6516702. OLE color: 6516702.

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

Color convert

RGB 222 111 99 -
CMYK 0 0.5 0.55 0.13
HSL 5.85º 0.65% 0.63% -
HSV(B) 5.85º 0.55% 0.87% -
XYZ 38.06 27.8 15.16 -
YUV 142.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 222 111 99 0 0.5 0.55 0.13 5.85 0.65 0.63
Hex DE 6F 63 0 32 37 D 6 41 3F
Octal 336 157 143 0 62 67 15 6 101 77
Binary 11011110 1101111 1100011 0 110010 110111 1101 110 1000001 111111

Color Harmonies of #DE6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6F63

Black with #DE6F63

Text Example


Text Example

White with #DE6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6F63; }

 p { color: rgb(222,111,99); }

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

background-color css

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

 a { background-color: rgb(222,111,99); }

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

border-color css

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

 span { border-color: rgb(222,111,99); }

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