Html Css Color HEX #DE7769 Terra Cotta

📋 copy color: '#DE7769'

red 222 ◦ green 119 ◦ blue 105

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

Shades of Terra Cotta #DE7769

Tints of Terra Cotta #DE7769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 49.78%
G = 26.68%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE7769 (or 0xDE7769) is known color: Terra Cotta. HEX triplet: DE, 77 and 69. RGB value is (222,119,105). Sum of RGB (Red+Green+Blue) = 222+119+105=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7769 is #218896. Grayscale: #949494. Windows color (decimal): -2197655 or 6911966. OLE color: 6911966.

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

Color convert

RGB 222 119 105 -
CMYK 0 0.46 0.53 0.13
HSL 7.18º 0.64% 0.64% -
HSV(B) 7.18º 0.53% 0.87% -
XYZ 39.27 29.74 17.04 -
YUV 148.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 222 119 105 0 0.46 0.53 0.13 7.18 0.64 0.64
Hex DE 77 69 0 2E 35 D 7 40 40
Octal 336 167 151 0 56 65 15 7 100 100
Binary 11011110 1110111 1101001 0 101110 110101 1101 111 1000000 1000000

Color Harmonies of #DE7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7769

Black with #DE7769

Text Example


Text Example

White with #DE7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7769; }

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

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

background-color css

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

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

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

border-color css

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

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

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