Html Css Color HEX #DA806C New York Pink

📋 copy color: '#DA806C'

red 218 ◦ green 128 ◦ blue 108

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

Shades of New York Pink #DA806C

Tints of New York Pink #DA806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 48.02%
G = 28.19%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA806C (or 0xDA806C) is known color: New York Pink. HEX triplet: DA, 80 and 6C. RGB value is (218,128,108). Sum of RGB (Red+Green+Blue) = 218+128+108=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806C is #257F93. Grayscale: #989898. Windows color (decimal): -2457492 or 7110874. OLE color: 7110874.

HSL color Cylindrical-coordinate representation of color #DA806C: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA806C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 108 -
CMYK 0 0.41 0.50 0.15
HSL 10.91º 0.6% 0.64% -
HSV(B) 10.91º 0.5% 0.85% -
XYZ 39.34 31.43 18.18 -
YUV 152.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 218 128 108 0 0.41 0.50 0.15 10.91 0.6 0.64
Hex DA 80 6C 0 29 32 F B 3C 40
Octal 332 200 154 0 51 62 17 13 74 100
Binary 11011010 10000000 1101100 0 101001 110010 1111 1011 111100 1000000

Color Harmonies of #DA806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA806C

Black with #DA806C

Text Example


Text Example

White with #DA806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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