Html Css Color HEX #DE765C Terra Cotta

📋 copy color: '#DE765C'

red 222 ◦ green 118 ◦ blue 92

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

Shades of Terra Cotta #DE765C

Tints of Terra Cotta #DE765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 51.39%
G = 27.31%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE765C (or 0xDE765C) is known color: Terra Cotta. HEX triplet: DE, 76 and 5C. RGB value is (222,118,92). Sum of RGB (Red+Green+Blue) = 222+118+92=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE765C is #2189A3. Grayscale: #929292. Windows color (decimal): -2197924 or 6059742. OLE color: 6059742.

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

Color convert

RGB 222 118 92 -
CMYK 0 0.47 0.59 0.13
HSL 12º 0.66% 0.62% -
HSV(B) 12º 0.59% 0.87% -
XYZ 38.53 29.26 13.74 -
YUV 146.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 222 118 92 0 0.47 0.59 0.13 12 0.66 0.62
Hex DE 76 5C 0 2F 3B D C 42 3E
Octal 336 166 134 0 57 73 15 14 102 76
Binary 11011110 1110110 1011100 0 101111 111011 1101 1100 1000010 111110

Color Harmonies of #DE765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE765C

Black with #DE765C

Text Example


Text Example

White with #DE765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE765C; }

 p { color: rgb(222,118,92); }

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

background-color css

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

 a { background-color: rgb(222,118,92); }

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

border-color css

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

 span { border-color: rgb(222,118,92); }

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