Html Css Color HEX #D97B6C New York Pink

📋 copy color: '#D97B6C'

red 217 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #D97B6C

Tints of New York Pink #D97B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 48.44%
G = 27.46%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D97B6C (or 0xD97B6C) is known color: New York Pink. HEX triplet: D9, 7B and 6C. RGB value is (217,123,108). Sum of RGB (Red+Green+Blue) = 217+123+108=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B6C is #268493. Grayscale: #959595. Windows color (decimal): -2524308 or 7109593. OLE color: 7109593.

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

Color convert

RGB 217 123 108 -
CMYK 0 0.43 0.50 0.15
HSL 8.26º 0.59% 0.64% -
HSV(B) 8.26º 0.5% 0.85% -
XYZ 38.41 30 17.95 -
YUV 149.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 123 108 0 0.43 0.50 0.15 8.26 0.59 0.64
Hex D9 7B 6C 0 2B 32 F 8 3B 40
Octal 331 173 154 0 53 62 17 10 73 100
Binary 11011001 1111011 1101100 0 101011 110010 1111 1000 111011 1000000

Color Harmonies of #D97B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B6C

Black with #D97B6C

Text Example


Text Example

White with #D97B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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