Html Css Color HEX #DE7C62 Terra Cotta

📋 copy color: '#DE7C62'

red 222 ◦ green 124 ◦ blue 98

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

Shades of Terra Cotta #DE7C62

Tints of Terra Cotta #DE7C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 50%
G = 27.93%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE7C62 (or 0xDE7C62) is known color: Terra Cotta. HEX triplet: DE, 7C and 62. RGB value is (222,124,98). Sum of RGB (Red+Green+Blue) = 222+124+98=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C62 is #21839D. Grayscale: #969696. Windows color (decimal): -2196382 or 6454494. OLE color: 6454494.

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

Color convert

RGB 222 124 98 -
CMYK 0 0.44 0.56 0.13
HSL 12.58º 0.65% 0.63% -
HSV(B) 12.58º 0.56% 0.87% -
XYZ 39.54 30.83 15.42 -
YUV 150.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 222 124 98 0 0.44 0.56 0.13 12.58 0.65 0.63
Hex DE 7C 62 0 2C 38 D D 41 3F
Octal 336 174 142 0 54 70 15 15 101 77
Binary 11011110 1111100 1100010 0 101100 111000 1101 1101 1000001 111111

Color Harmonies of #DE7C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C62

Black with #DE7C62

Text Example


Text Example

White with #DE7C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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