Html Css Color HEX #DA796F New York Pink

📋 copy color: '#DA796F'

red 218 ◦ green 121 ◦ blue 111

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

Shades of New York Pink #DA796F

Tints of New York Pink #DA796F

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

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

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

R = 48.44%
G = 26.89%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA796F (or 0xDA796F) is known color: New York Pink. HEX triplet: DA, 79 and 6F. RGB value is (218,121,111). Sum of RGB (Red+Green+Blue) = 218+121+111=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA796F is #258690. Grayscale: #959595. Windows color (decimal): -2459281 or 7305690. OLE color: 7305690.

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

Color convert

RGB 218 121 111 -
CMYK 0 0.44 0.49 0.15
HSL 5.61º 0.59% 0.65% -
HSV(B) 5.61º 0.49% 0.85% -
XYZ 38.62 29.73 18.74 -
YUV 148.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 218 121 111 0 0.44 0.49 0.15 5.61 0.59 0.65
Hex DA 79 6F 0 2C 31 F 6 3B 41
Octal 332 171 157 0 54 61 17 6 73 101
Binary 11011010 1111001 1101111 0 101100 110001 1111 110 111011 1000001

Color Harmonies of #DA796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA796F

Black with #DA796F

Text Example


Text Example

White with #DA796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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