Html Css Color HEX #DE8169 New York Pink

📋 copy color: '#DE8169'

red 222 ◦ green 129 ◦ blue 105

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

Shades of New York Pink #DE8169

Tints of New York Pink #DE8169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 48.68%
G = 28.29%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE8169 (or 0xDE8169) is known color: New York Pink. HEX triplet: DE, 81 and 69. RGB value is (222,129,105). Sum of RGB (Red+Green+Blue) = 222+129+105=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8169 is #217E96. Grayscale: #9A9A9A. Windows color (decimal): -2195095 or 6914526. OLE color: 6914526.

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

Color convert

RGB 222 129 105 -
CMYK 0 0.42 0.53 0.13
HSL 12.31º 0.64% 0.64% -
HSV(B) 12.31º 0.53% 0.87% -
XYZ 40.52 32.25 17.45 -
YUV 154.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 222 129 105 0 0.42 0.53 0.13 12.31 0.64 0.64
Hex DE 81 69 0 2A 35 D C 40 40
Octal 336 201 151 0 52 65 15 14 100 100
Binary 11011110 10000001 1101001 0 101010 110101 1101 1100 1000000 1000000

Color Harmonies of #DE8169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8169

Black with #DE8169

Text Example


Text Example

White with #DE8169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8169; }

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

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

background-color css

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

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

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

border-color css

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

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

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