Html Css Color HEX #D0796D New York Pink

📋 copy color: '#D0796D'

red 208 ◦ green 121 ◦ blue 109

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

Shades of New York Pink #D0796D

Tints of New York Pink #D0796D

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 47.49%
G = 27.63%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0796D (or 0xD0796D) is known color: New York Pink. HEX triplet: D0, 79 and 6D. RGB value is (208,121,109). Sum of RGB (Red+Green+Blue) = 208+121+109=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0796D is #2F8692. Grayscale: #919191. Windows color (decimal): -3114643 or 7174608. OLE color: 7174608.

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

Color convert

RGB 208 121 109 -
CMYK 0 0.42 0.48 0.18
HSL 7.27º 0.51% 0.62% -
HSV(B) 7.27º 0.48% 0.82% -
XYZ 35.61 28.19 18.03 -
YUV 145.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 208 121 109 0 0.42 0.48 0.18 7.27 0.51 0.62
Hex D0 79 6D 0 2A 30 12 7 33 3E
Octal 320 171 155 0 52 60 22 7 63 76
Binary 11010000 1111001 1101101 0 101010 110000 10010 111 110011 111110

Color Harmonies of #D0796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0796D

Black with #D0796D

Text Example


Text Example

White with #D0796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0796D; }

 p { color: rgb(208,121,109); }

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

background-color css

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

 a { background-color: rgb(208,121,109); }

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

border-color css

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

 span { border-color: rgb(208,121,109); }

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