Html Css Color HEX #DE7569 Terra Cotta

📋 copy color: '#DE7569'

red 222 ◦ green 117 ◦ blue 105

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

Shades of Terra Cotta #DE7569

Tints of Terra Cotta #DE7569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 50%
G = 26.35%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE7569 (or 0xDE7569) is known color: Terra Cotta. HEX triplet: DE, 75 and 69. RGB value is (222,117,105). Sum of RGB (Red+Green+Blue) = 222+117+105=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7569 is #218A96. Grayscale: #939393. Windows color (decimal): -2198167 or 6911454. OLE color: 6911454.

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

Color convert

RGB 222 117 105 -
CMYK 0 0.47 0.53 0.13
HSL 6.15º 0.64% 0.64% -
HSV(B) 6.15º 0.53% 0.87% -
XYZ 39.04 29.27 16.96 -
YUV 147.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 222 117 105 0 0.47 0.53 0.13 6.15 0.64 0.64
Hex DE 75 69 0 2F 35 D 6 40 40
Octal 336 165 151 0 57 65 15 6 100 100
Binary 11011110 1110101 1101001 0 101111 110101 1101 110 1000000 1000000

Color Harmonies of #DE7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7569

Black with #DE7569

Text Example


Text Example

White with #DE7569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7569; }

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

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

background-color css

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

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

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

border-color css

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

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

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