Html Css Color HEX #DE7453 Terra Cotta

📋 copy color: '#DE7453'

red 222 ◦ green 116 ◦ blue 83

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

Shades of Terra Cotta #DE7453

Tints of Terra Cotta #DE7453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 52.73%
G = 27.55%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE7453 (or 0xDE7453) is known color: Terra Cotta. HEX triplet: DE, 74 and 53. RGB value is (222,116,83). Sum of RGB (Red+Green+Blue) = 222+116+83=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7453 is #218BAC. Grayscale: #909090. Windows color (decimal): -2198445 or 5469406. OLE color: 5469406.

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

Color convert

RGB 222 116 83 -
CMYK 0 0.48 0.63 0.13
HSL 14.24º 0.68% 0.6% -
HSV(B) 14.24º 0.63% 0.87% -
XYZ 37.93 28.64 11.71 -
YUV 143.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 222 116 83 0 0.48 0.63 0.13 14.24 0.68 0.6
Hex DE 74 53 0 30 3F D E 44 3C
Octal 336 164 123 0 60 77 15 16 104 74
Binary 11011110 1110100 1010011 0 110000 111111 1101 1110 1000100 111100

Color Harmonies of #DE7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7453

Black with #DE7453

Text Example


Text Example

White with #DE7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7453; }

 p { color: rgb(222,116,83); }

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

background-color css

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

 a { background-color: rgb(222,116,83); }

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

border-color css

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

 span { border-color: rgb(222,116,83); }

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