Html Css Color HEX #D9816A New York Pink

📋 copy color: '#D9816A'

red 217 ◦ green 129 ◦ blue 106

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

Shades of New York Pink #D9816A

Tints of New York Pink #D9816A

RGB

 RED value IS 217 (85.16% from 255) = 48.01%

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

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 48.01%
G = 28.54%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9816A (or 0xD9816A) is known color: New York Pink. HEX triplet: D9, 81 and 6A. RGB value is (217,129,106). Sum of RGB (Red+Green+Blue) = 217+129+106=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816A is #267E95. Grayscale: #989898. Windows color (decimal): -2522774 or 6980057. OLE color: 6980057.

HSL color Cylindrical-coordinate representation of color #D9816A: hue angle of 12.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9816A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 106 -
CMYK 0 0.41 0.51 0.15
HSL 12.43º 0.59% 0.63% -
HSV(B) 12.43º 0.51% 0.85% -
XYZ 39.07 31.49 17.66 -
YUV 152.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 217 129 106 0 0.41 0.51 0.15 12.43 0.59 0.63
Hex D9 81 6A 0 29 33 F C 3B 3F
Octal 331 201 152 0 51 63 17 14 73 77
Binary 11011001 10000001 1101010 0 101001 110011 1111 1100 111011 111111

Color Harmonies of #D9816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9816A

Black with #D9816A

Text Example


Text Example

White with #D9816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9816A; }

 p { color: rgb(217,129,106); }

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

background-color css

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

 a { background-color: rgb(217,129,106); }

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

border-color css

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

 span { border-color: rgb(217,129,106); }

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