Html Css Color HEX #DE775D Terra Cotta

📋 copy color: '#DE775D'

red 222 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #DE775D

Tints of Terra Cotta #DE775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 51.15%
G = 27.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE775D (or 0xDE775D) is known color: Terra Cotta. HEX triplet: DE, 77 and 5D. RGB value is (222,119,93). Sum of RGB (Red+Green+Blue) = 222+119+93=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE775D is #2188A2. Grayscale: #939393. Windows color (decimal): -2197667 or 6125534. OLE color: 6125534.

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

Color convert

RGB 222 119 93 -
CMYK 0 0.46 0.58 0.13
HSL 12.09º 0.66% 0.62% -
HSV(B) 12.09º 0.58% 0.87% -
XYZ 38.7 29.51 14.01 -
YUV 146.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 222 119 93 0 0.46 0.58 0.13 12.09 0.66 0.62
Hex DE 77 5D 0 2E 3A D C 42 3E
Octal 336 167 135 0 56 72 15 14 102 76
Binary 11011110 1110111 1011101 0 101110 111010 1101 1100 1000010 111110

Color Harmonies of #DE775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE775D

Black with #DE775D

Text Example


Text Example

White with #DE775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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