Html Css Color HEX #D97769 New York Pink

📋 copy color: '#D97769'

red 217 ◦ green 119 ◦ blue 105

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

Shades of New York Pink #D97769

Tints of New York Pink #D97769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

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

R = 49.21%
G = 26.98%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97769 (or 0xD97769) is known color: New York Pink. HEX triplet: D9, 77 and 69. RGB value is (217,119,105). Sum of RGB (Red+Green+Blue) = 217+119+105=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97769 is #268896. Grayscale: #929292. Windows color (decimal): -2525335 or 6911961. OLE color: 6911961.

HSL color Cylindrical-coordinate representation of color #D97769: hue angle of 7.5º 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 #D97769 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 105 -
CMYK 0 0.45 0.52 0.15
HSL 7.5º 0.6% 0.63% -
HSV(B) 7.5º 0.52% 0.85% -
XYZ 37.76 28.97 16.97 -
YUV 146.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 217 119 105 0 0.45 0.52 0.15 7.5 0.6 0.63
Hex D9 77 69 0 2D 34 F 8 3C 3F
Octal 331 167 151 0 55 64 17 10 74 77
Binary 11011001 1110111 1101001 0 101101 110100 1111 1000 111100 111111

Color Harmonies of #D97769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97769

Black with #D97769

Text Example


Text Example

White with #D97769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97769; }

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

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

background-color css

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

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

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

border-color css

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

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

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