Html Css Color HEX #DE7360 Terra Cotta

📋 copy color: '#DE7360'

red 222 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #DE7360

Tints of Terra Cotta #DE7360

RGB

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

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

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

R = 51.27%
G = 26.56%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE7360 (or 0xDE7360) is known color: Terra Cotta. HEX triplet: DE, 73 and 60. RGB value is (222,115,96). Sum of RGB (Red+Green+Blue) = 222+115+96=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7360 is #218C9F. Grayscale: #919191. Windows color (decimal): -2198688 or 6321118. OLE color: 6321118.

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

Color convert

RGB 222 115 96 -
CMYK 0 0.48 0.57 0.13
HSL 9.05º 0.66% 0.62% -
HSV(B) 9.05º 0.57% 0.87% -
XYZ 38.37 28.64 14.57 -
YUV 144.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 222 115 96 0 0.48 0.57 0.13 9.05 0.66 0.62
Hex DE 73 60 0 30 39 D 9 42 3E
Octal 336 163 140 0 60 71 15 11 102 76
Binary 11011110 1110011 1100000 0 110000 111001 1101 1001 1000010 111110

Color Harmonies of #DE7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7360

Black with #DE7360

Text Example


Text Example

White with #DE7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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