Html Css Color HEX #DE7962 Terra Cotta

📋 copy color: '#DE7962'

red 222 ◦ green 121 ◦ blue 98

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

Shades of Terra Cotta #DE7962

Tints of Terra Cotta #DE7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 50.34%
G = 27.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE7962 (or 0xDE7962) is known color: Terra Cotta. HEX triplet: DE, 79 and 62. RGB value is (222,121,98). Sum of RGB (Red+Green+Blue) = 222+121+98=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7962 is #21869D. Grayscale: #949494. Windows color (decimal): -2197150 or 6453726. OLE color: 6453726.

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

Color convert

RGB 222 121 98 -
CMYK 0 0.45 0.56 0.13
HSL 11.13º 0.65% 0.63% -
HSV(B) 11.13º 0.56% 0.87% -
XYZ 39.17 30.09 15.3 -
YUV 148.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 222 121 98 0 0.45 0.56 0.13 11.13 0.65 0.63
Hex DE 79 62 0 2D 38 D B 41 3F
Octal 336 171 142 0 55 70 15 13 101 77
Binary 11011110 1111001 1100010 0 101101 111000 1101 1011 1000001 111111

Color Harmonies of #DE7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7962

Black with #DE7962

Text Example


Text Example

White with #DE7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7962; }

 p { color: rgb(222,121,98); }

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

background-color css

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

 a { background-color: rgb(222,121,98); }

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

border-color css

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

 span { border-color: rgb(222,121,98); }

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