Html Css Color HEX #DEA18C Tonys Pink

📋 copy color: '#DEA18C'

red 222 ◦ green 161 ◦ blue 140

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

Shades of Tonys Pink #DEA18C

Tints of Tonys Pink #DEA18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

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

R = 42.45%
G = 30.78%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEA18C (or 0xDEA18C) is known color: Tonys Pink. HEX triplet: DE, A1 and 8C. RGB value is (222,161,140). Sum of RGB (Red+Green+Blue) = 222+161+140=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA18C is #215E73. Grayscale: #B0B0B0. Windows color (decimal): -2186868 or 9216478. OLE color: 9216478.

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

Color convert

RGB 222 161 140 -
CMYK 0 0.27 0.37 0.13
HSL 15.37º 0.55% 0.71% -
HSV(B) 15.37º 0.37% 0.87% -
XYZ 47.6 42.91 30.59 -
YUV 176.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 222 161 140 0 0.27 0.37 0.13 15.37 0.55 0.71
Hex DE A1 8C 0 1B 25 D F 37 47
Octal 336 241 214 0 33 45 15 17 67 107
Binary 11011110 10100001 10001100 0 11011 100101 1101 1111 110111 1000111

Color Harmonies of #DEA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA18C

Black with #DEA18C

Text Example


Text Example

White with #DEA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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