Html Css Color HEX #DE9E8C Tonys Pink

📋 copy color: '#DE9E8C'

red 222 ◦ green 158 ◦ blue 140

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

Shades of Tonys Pink #DE9E8C

Tints of Tonys Pink #DE9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 42.69%
G = 30.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE9E8C (or 0xDE9E8C) is known color: Tonys Pink. HEX triplet: DE, 9E and 8C. RGB value is (222,158,140). Sum of RGB (Red+Green+Blue) = 222+158+140=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E8C is #216173. Grayscale: #AFAFAF. Windows color (decimal): -2187636 or 9215710. OLE color: 9215710.

HSL color Cylindrical-coordinate representation of color #DE9E8C: hue angle of 13.17º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9E8C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 140 -
CMYK 0 0.29 0.37 0.13
HSL 13.17º 0.55% 0.71% -
HSV(B) 13.17º 0.37% 0.87% -
XYZ 47.08 41.88 30.41 -
YUV 175.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 222 158 140 0 0.29 0.37 0.13 13.17 0.55 0.71
Hex DE 9E 8C 0 1D 25 D D 37 47
Octal 336 236 214 0 35 45 15 15 67 107
Binary 11011110 10011110 10001100 0 11101 100101 1101 1101 110111 1000111

Color Harmonies of #DE9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9E8C

Black with #DE9E8C

Text Example


Text Example

White with #DE9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9E8C; }

 p { color: rgb(222,158,140); }

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

background-color css

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

 a { background-color: rgb(222,158,140); }

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

border-color css

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

 span { border-color: rgb(222,158,140); }

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