Html Css Color HEX #DE7756 Terra Cotta

📋 copy color: '#DE7756'

red 222 ◦ green 119 ◦ blue 86

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

Shades of Terra Cotta #DE7756

Tints of Terra Cotta #DE7756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 51.99%
G = 27.87%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE7756 (or 0xDE7756) is known color: Terra Cotta. HEX triplet: DE, 77 and 56. RGB value is (222,119,86). Sum of RGB (Red+Green+Blue) = 222+119+86=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7756 is #2188A9. Grayscale: #929292. Windows color (decimal): -2197674 or 5666782. OLE color: 5666782.

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

Color convert

RGB 222 119 86 -
CMYK 0 0.46 0.61 0.13
HSL 14.56º 0.67% 0.6% -
HSV(B) 14.56º 0.61% 0.87% -
XYZ 38.4 29.4 12.45 -
YUV 146.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 222 119 86 0 0.46 0.61 0.13 14.56 0.67 0.6
Hex DE 77 56 0 2E 3D D F 43 3C
Octal 336 167 126 0 56 75 15 17 103 74
Binary 11011110 1110111 1010110 0 101110 111101 1101 1111 1000011 111100

Color Harmonies of #DE7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7756

Black with #DE7756

Text Example


Text Example

White with #DE7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7756; }

 p { color: rgb(222,119,86); }

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

background-color css

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

 a { background-color: rgb(222,119,86); }

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

border-color css

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

 span { border-color: rgb(222,119,86); }

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