Html Css Color HEX #D2796C New York Pink

📋 copy color: '#D2796C'

red 210 ◦ green 121 ◦ blue 108

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

Shades of New York Pink #D2796C

Tints of New York Pink #D2796C

RGB

 RED value IS 210 (82.42% from 255) = 47.84%

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

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

R = 47.84%
G = 27.56%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2796C (or 0xD2796C) is known color: New York Pink. HEX triplet: D2, 79 and 6C. RGB value is (210,121,108). Sum of RGB (Red+Green+Blue) = 210+121+108=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2796C is #2D8693. Grayscale: #929292. Windows color (decimal): -2983572 or 7109074. OLE color: 7109074.

HSL color Cylindrical-coordinate representation of color #D2796C: hue angle of 7.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2796C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 108 -
CMYK 0 0.42 0.49 0.18
HSL 7.65º 0.53% 0.62% -
HSV(B) 7.65º 0.49% 0.82% -
XYZ 36.12 28.46 17.78 -
YUV 146.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 210 121 108 0 0.42 0.49 0.18 7.65 0.53 0.62
Hex D2 79 6C 0 2A 31 12 8 35 3E
Octal 322 171 154 0 52 61 22 10 65 76
Binary 11010010 1111001 1101100 0 101010 110001 10010 1000 110101 111110

Color Harmonies of #D2796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2796C

Black with #D2796C

Text Example


Text Example

White with #D2796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2796C; }

 p { color: rgb(210,121,108); }

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

background-color css

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

 a { background-color: rgb(210,121,108); }

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

border-color css

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

 span { border-color: rgb(210,121,108); }

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