Html Css Color HEX #DA7969 New York Pink

📋 copy color: '#DA7969'

red 218 ◦ green 121 ◦ blue 105

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

Shades of New York Pink #DA7969

Tints of New York Pink #DA7969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 49.1%
G = 27.25%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7969 (or 0xDA7969) is known color: New York Pink. HEX triplet: DA, 79 and 69. RGB value is (218,121,105). Sum of RGB (Red+Green+Blue) = 218+121+105=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7969 is #258696. Grayscale: #949494. Windows color (decimal): -2459287 or 6912474. OLE color: 6912474.

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

Color convert

RGB 218 121 105 -
CMYK 0 0.44 0.52 0.15
HSL 8.5º 0.6% 0.63% -
HSV(B) 8.5º 0.52% 0.85% -
XYZ 38.3 29.6 17.06 -
YUV 148.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 218 121 105 0 0.44 0.52 0.15 8.5 0.6 0.63
Hex DA 79 69 0 2C 34 F 8 3C 3F
Octal 332 171 151 0 54 64 17 10 74 77
Binary 11011010 1111001 1101001 0 101100 110100 1111 1000 111100 111111

Color Harmonies of #DA7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7969

Black with #DA7969

Text Example


Text Example

White with #DA7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7969; }

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

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

background-color css

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

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

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

border-color css

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

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

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