#D97B69

Color #D97B69 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D97B69

Tints of New York Pink #D97B69

Color information

#D97B69 (or 0xD97B69) is unknown color: approx New York Pink. HEX triplet: D9, 7B and 69. RGB value is (217,123,105). Sum of RGB (Red+Green+Blue) = 217+123+105=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B69 is #268496. Grayscale: #959595. Windows color (decimal): -2524311 or 6912985. OLE color: 6912985.

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

Color convert

RGB217123105-
CMYK00.430.520.15
HSL9.64º59.57%63.14%-
HSV(B)9.64º51.61%85.1%-
XYZ38.2529.9417.13-
YUV149.05103.14176.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=48.76%
G=27.64%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712310500.430.520.159.6459.5763.14
HexD97B6902B34Fa3c3f
Octal3311731510536417127477
Binary1101100111110111101001010101111010011111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B69; }

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

 H1.HeaderClassName
 {
   color: #D97B69;
 }
 .AnyTagClassName
 {
   color: #D97B69;
 }
</style>
background-color css

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

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

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

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

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

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