Html Css Color HEX #D97A6B New York Pink

📋 copy color: '#D97A6B'

red 217 ◦ green 122 ◦ blue 107

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

Shades of New York Pink #D97A6B

Tints of New York Pink #D97A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 48.65%
G = 27.35%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D97A6B (or 0xD97A6B) is known color: New York Pink. HEX triplet: D9, 7A and 6B. RGB value is (217,122,107). Sum of RGB (Red+Green+Blue) = 217+122+107=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A6B is #268594. Grayscale: #949494. Windows color (decimal): -2524565 or 7043801. OLE color: 7043801.

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

Color convert

RGB 217 122 107 -
CMYK 0 0.44 0.51 0.15
HSL 8.18º 0.59% 0.64% -
HSV(B) 8.18º 0.51% 0.85% -
XYZ 38.23 29.73 17.63 -
YUV 148.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 217 122 107 0 0.44 0.51 0.15 8.18 0.59 0.64
Hex D9 7A 6B 0 2C 33 F 8 3B 40
Octal 331 172 153 0 54 63 17 10 73 100
Binary 11011001 1111010 1101011 0 101100 110011 1111 1000 111011 1000000

Color Harmonies of #D97A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A6B

Black with #D97A6B

Text Example


Text Example

White with #D97A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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