Html Css Color HEX #DE7363 Terra Cotta

📋 copy color: '#DE7363'

red 222 ◦ green 115 ◦ blue 99

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

Shades of Terra Cotta #DE7363

Tints of Terra Cotta #DE7363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 50.92%
G = 26.38%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE7363 (or 0xDE7363) is known color: Terra Cotta. HEX triplet: DE, 73 and 63. RGB value is (222,115,99). Sum of RGB (Red+Green+Blue) = 222+115+99=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7363 is #218C9C. Grayscale: #919191. Windows color (decimal): -2198685 or 6517726. OLE color: 6517726.

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

Color convert

RGB 222 115 99 -
CMYK 0 0.48 0.55 0.13
HSL 7.8º 0.65% 0.63% -
HSV(B) 7.8º 0.55% 0.87% -
XYZ 38.51 28.69 15.31 -
YUV 145.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 222 115 99 0 0.48 0.55 0.13 7.8 0.65 0.63
Hex DE 73 63 0 30 37 D 8 41 3F
Octal 336 163 143 0 60 67 15 10 101 77
Binary 11011110 1110011 1100011 0 110000 110111 1101 1000 1000001 111111

Color Harmonies of #DE7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7363

Black with #DE7363

Text Example


Text Example

White with #DE7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7363; }

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

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

background-color css

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

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

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

border-color css

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

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

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