Html Css Color HEX #D97669 New York Pink

📋 copy color: '#D97669'

red 217 ◦ green 118 ◦ blue 105

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

Shades of New York Pink #D97669

Tints of New York Pink #D97669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 49.32%
G = 26.82%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97669 (or 0xD97669) is known color: New York Pink. HEX triplet: D9, 76 and 69. RGB value is (217,118,105). Sum of RGB (Red+Green+Blue) = 217+118+105=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D97669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97669 is #268996. Grayscale: #929292. Windows color (decimal): -2525591 or 6911705. OLE color: 6911705.

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

Color convert

RGB 217 118 105 -
CMYK 0 0.46 0.52 0.15
HSL 6.96º 0.6% 0.63% -
HSV(B) 6.96º 0.52% 0.85% -
XYZ 37.64 28.73 16.93 -
YUV 146.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 217 118 105 0 0.46 0.52 0.15 6.96 0.6 0.63
Hex D9 76 69 0 2E 34 F 7 3C 3F
Octal 331 166 151 0 56 64 17 7 74 77
Binary 11011001 1110110 1101001 0 101110 110100 1111 111 111100 111111

Color Harmonies of #D97669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97669

Black with #D97669

Text Example


Text Example

White with #D97669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97669; }

 p { color: rgb(217,118,105); }

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

background-color css

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

 a { background-color: rgb(217,118,105); }

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

border-color css

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

 span { border-color: rgb(217,118,105); }

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