Html Css Color HEX #DA8069 New York Pink

📋 copy color: '#DA8069'

red 218 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #DA8069

Tints of New York Pink #DA8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 48.34%
G = 28.38%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8069 (or 0xDA8069) is known color: New York Pink. HEX triplet: DA, 80 and 69. RGB value is (218,128,105). Sum of RGB (Red+Green+Blue) = 218+128+105=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8069 is #257F96. Grayscale: #989898. Windows color (decimal): -2457495 or 6914266. OLE color: 6914266.

HSL color Cylindrical-coordinate representation of color #DA8069: hue angle of 12.21º 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 #DA8069 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 105 -
CMYK 0 0.41 0.52 0.15
HSL 12.21º 0.6% 0.63% -
HSV(B) 12.21º 0.52% 0.85% -
XYZ 39.18 31.36 17.35 -
YUV 152.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 218 128 105 0 0.41 0.52 0.15 12.21 0.6 0.63
Hex DA 80 69 0 29 34 F C 3C 3F
Octal 332 200 151 0 51 64 17 14 74 77
Binary 11011010 10000000 1101001 0 101001 110100 1111 1100 111100 111111

Color Harmonies of #DA8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8069

Black with #DA8069

Text Example


Text Example

White with #DA8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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