Html Css Color HEX #D97C69 New York Pink

📋 copy color: '#D97C69'

red 217 ◦ green 124 ◦ blue 105

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

Shades of New York Pink #D97C69

Tints of New York Pink #D97C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 48.65%
G = 27.8%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97C69 (or 0xD97C69) is known color: New York Pink. HEX triplet: D9, 7C and 69. RGB value is (217,124,105). Sum of RGB (Red+Green+Blue) = 217+124+105=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C69 is #268396. Grayscale: #959595. Windows color (decimal): -2524055 or 6913241. OLE color: 6913241.

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

Color convert

RGB 217 124 105 -
CMYK 0 0.43 0.52 0.15
HSL 10.18º 0.6% 0.63% -
HSV(B) 10.18º 0.52% 0.85% -
XYZ 38.37 30.19 17.17 -
YUV 149.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 217 124 105 0 0.43 0.52 0.15 10.18 0.6 0.63
Hex D9 7C 69 0 2B 34 F A 3C 3F
Octal 331 174 151 0 53 64 17 12 74 77
Binary 11011001 1111100 1101001 0 101011 110100 1111 1010 111100 111111

Color Harmonies of #D97C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C69

Black with #D97C69

Text Example


Text Example

White with #D97C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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