Html Css Color HEX #D2796F New York Pink

📋 copy color: '#D2796F'

red 210 ◦ green 121 ◦ blue 111

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

Shades of New York Pink #D2796F

Tints of New York Pink #D2796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 47.51%
G = 27.38%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2796F (or 0xD2796F) is known color: New York Pink. HEX triplet: D2, 79 and 6F. RGB value is (210,121,111). Sum of RGB (Red+Green+Blue) = 210+121+111=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2796F is #2D8690. Grayscale: #929292. Windows color (decimal): -2983569 or 7305682. OLE color: 7305682.

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

Color convert

RGB 210 121 111 -
CMYK 0 0.42 0.47 0.18
HSL 6.06º 0.52% 0.63% -
HSV(B) 6.06º 0.47% 0.82% -
XYZ 36.28 28.52 18.63 -
YUV 146.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 210 121 111 0 0.42 0.47 0.18 6.06 0.52 0.63
Hex D2 79 6F 0 2A 2F 12 6 34 3F
Octal 322 171 157 0 52 57 22 6 64 77
Binary 11010010 1111001 1101111 0 101010 101111 10010 110 110100 111111

Color Harmonies of #D2796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2796F

Black with #D2796F

Text Example


Text Example

White with #D2796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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