Html Css Color HEX #D97A6E New York Pink

📋 copy color: '#D97A6E'

red 217 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #D97A6E

Tints of New York Pink #D97A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.17%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 48.33%
G = 27.17%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D97A6E (or 0xD97A6E) is known color: New York Pink. HEX triplet: D9, 7A and 6E. RGB value is (217,122,110). Sum of RGB (Red+Green+Blue) = 217+122+110=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A6E is #268591. Grayscale: #959595. Windows color (decimal): -2524562 or 7240409. OLE color: 7240409.

HSL color Cylindrical-coordinate representation of color #D97A6E: hue angle of 6.73º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D97A6E is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 110 -
CMYK 0 0.44 0.49 0.15
HSL 6.73º 0.58% 0.64% -
HSV(B) 6.73º 0.49% 0.85% -
XYZ 38.39 29.8 18.48 -
YUV 149.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 217 122 110 0 0.44 0.49 0.15 6.73 0.58 0.64
Hex D9 7A 6E 0 2C 31 F 7 3A 40
Octal 331 172 156 0 54 61 17 7 72 100
Binary 11011001 1111010 1101110 0 101100 110001 1111 111 111010 1000000

Color Harmonies of #D97A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A6E

Black with #D97A6E

Text Example


Text Example

White with #D97A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A6E; }

 p { color: rgb(217,122,110); }

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

background-color css

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

 a { background-color: rgb(217,122,110); }

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

border-color css

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

 span { border-color: rgb(217,122,110); }

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