Html Css Color HEX #D97B6E New York Pink

📋 copy color: '#D97B6E'

red 217 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #D97B6E

Tints of New York Pink #D97B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

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

R = 48.22%
G = 27.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D97B6E (or 0xD97B6E) is known color: New York Pink. HEX triplet: D9, 7B and 6E. RGB value is (217,123,110). Sum of RGB (Red+Green+Blue) = 217+123+110=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B6E is #268491. Grayscale: #959595. Windows color (decimal): -2524306 or 7240665. OLE color: 7240665.

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

Color convert

RGB 217 123 110 -
CMYK 0 0.43 0.49 0.15
HSL 7.29º 0.58% 0.64% -
HSV(B) 7.29º 0.49% 0.85% -
XYZ 38.51 30.04 18.52 -
YUV 149.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 217 123 110 0 0.43 0.49 0.15 7.29 0.58 0.64
Hex D9 7B 6E 0 2B 31 F 7 3A 40
Octal 331 173 156 0 53 61 17 7 72 100
Binary 11011001 1111011 1101110 0 101011 110001 1111 111 111010 1000000

Color Harmonies of #D97B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B6E

Black with #D97B6E

Text Example


Text Example

White with #D97B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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