Html Css Color HEX #D97968 New York Pink

📋 copy color: '#D97968'

red 217 ◦ green 121 ◦ blue 104

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

Shades of New York Pink #D97968

Tints of New York Pink #D97968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.38%

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 49.1%
G = 27.38%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97968 (or 0xD97968) is known color: New York Pink. HEX triplet: D9, 79 and 68. RGB value is (217,121,104). Sum of RGB (Red+Green+Blue) = 217+121+104=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D97968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97968 is #268697. Grayscale: #939393. Windows color (decimal): -2524824 or 6846937. OLE color: 6846937.

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

Color convert

RGB 217 121 104 -
CMYK 0 0.44 0.52 0.15
HSL 9.03º 0.6% 0.63% -
HSV(B) 9.03º 0.52% 0.85% -
XYZ 37.95 29.43 16.78 -
YUV 147.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 217 121 104 0 0.44 0.52 0.15 9.03 0.6 0.63
Hex D9 79 68 0 2C 34 F 9 3C 3F
Octal 331 171 150 0 54 64 17 11 74 77
Binary 11011001 1111001 1101000 0 101100 110100 1111 1001 111100 111111

Color Harmonies of #D97968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97968

Black with #D97968

Text Example


Text Example

White with #D97968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97968; }

 p { color: rgb(217,121,104); }

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

background-color css

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

 a { background-color: rgb(217,121,104); }

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

border-color css

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

 span { border-color: rgb(217,121,104); }

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