Html Css Color HEX #DE7D63 Terra Cotta

📋 copy color: '#DE7D63'

red 222 ◦ green 125 ◦ blue 99

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

Shades of Terra Cotta #DE7D63

Tints of Terra Cotta #DE7D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 49.78%
G = 28.03%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE7D63 (or 0xDE7D63) is known color: Terra Cotta. HEX triplet: DE, 7D and 63. RGB value is (222,125,99). Sum of RGB (Red+Green+Blue) = 222+125+99=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D63 is #21829C. Grayscale: #979797. Windows color (decimal): -2196125 or 6520286. OLE color: 6520286.

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

Color convert

RGB 222 125 99 -
CMYK 0 0.44 0.55 0.13
HSL 12.68º 0.65% 0.63% -
HSV(B) 12.68º 0.55% 0.87% -
XYZ 39.71 31.1 15.71 -
YUV 151.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 222 125 99 0 0.44 0.55 0.13 12.68 0.65 0.63
Hex DE 7D 63 0 2C 37 D D 41 3F
Octal 336 175 143 0 54 67 15 15 101 77
Binary 11011110 1111101 1100011 0 101100 110111 1101 1101 1000001 111111

Color Harmonies of #DE7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D63

Black with #DE7D63

Text Example


Text Example

White with #DE7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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