Html Css Color HEX #DE9A85 Tonys Pink

📋 copy color: '#DE9A85'

red 222 ◦ green 154 ◦ blue 133

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

Shades of Tonys Pink #DE9A85

Tints of Tonys Pink #DE9A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 43.61%
G = 30.26%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE9A85 (or 0xDE9A85) is known color: Tonys Pink. HEX triplet: DE, 9A and 85. RGB value is (222,154,133). Sum of RGB (Red+Green+Blue) = 222+154+133=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A85 is #21657A. Grayscale: #ACACAC. Windows color (decimal): -2188667 or 8755934. OLE color: 8755934.

HSL color Cylindrical-coordinate representation of color #DE9A85: hue angle of 14.16º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9A85 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 154 133 -
CMYK 0 0.31 0.40 0.13
HSL 14.16º 0.57% 0.7% -
HSV(B) 14.16º 0.4% 0.87% -
XYZ 45.91 40.33 27.56 -
YUV 171.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 222 154 133 0 0.31 0.40 0.13 14.16 0.57 0.7
Hex DE 9A 85 0 1F 28 D E 39 46
Octal 336 232 205 0 37 50 15 16 71 106
Binary 11011110 10011010 10000101 0 11111 101000 1101 1110 111001 1000110

Color Harmonies of #DE9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A85

Black with #DE9A85

Text Example


Text Example

White with #DE9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A85; }

 p { color: rgb(222,154,133); }

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

background-color css

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

 a { background-color: rgb(222,154,133); }

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

border-color css

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

 span { border-color: rgb(222,154,133); }

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