Html Css Color HEX #D97A6D New York Pink

📋 copy color: '#D97A6D'

red 217 ◦ green 122 ◦ blue 109

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

Shades of New York Pink #D97A6D

Tints of New York Pink #D97A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 48.44%
G = 27.23%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D97A6D (or 0xD97A6D) is known color: New York Pink. HEX triplet: D9, 7A and 6D. RGB value is (217,122,109). Sum of RGB (Red+Green+Blue) = 217+122+109=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A6D is #268592. Grayscale: #959595. Windows color (decimal): -2524563 or 7174873. OLE color: 7174873.

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

Color convert

RGB 217 122 109 -
CMYK 0 0.44 0.50 0.15
HSL 7.22º 0.59% 0.64% -
HSV(B) 7.22º 0.5% 0.85% -
XYZ 38.34 29.77 18.19 -
YUV 148.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 217 122 109 0 0.44 0.50 0.15 7.22 0.59 0.64
Hex D9 7A 6D 0 2C 32 F 7 3B 40
Octal 331 172 155 0 54 62 17 7 73 100
Binary 11011001 1111010 1101101 0 101100 110010 1111 111 111011 1000000

Color Harmonies of #D97A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A6D

Black with #D97A6D

Text Example


Text Example

White with #D97A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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