Html Css Color HEX #DA806E New York Pink

📋 copy color: '#DA806E'

red 218 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #DA806E

Tints of New York Pink #DA806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 47.81%
G = 28.07%
B = 24.12%

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

#DA806E (or 0xDA806E) is known color: New York Pink. HEX triplet: DA, 80 and 6E. RGB value is (218,128,110). Sum of RGB (Red+Green+Blue) = 218+128+110=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806E is #257F91. Grayscale: #999999. Windows color (decimal): -2457490 or 7241946. OLE color: 7241946.

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

Color convert

RGB 218 128 110 -
CMYK 0 0.41 0.50 0.15
HSL 10º 0.59% 0.64% -
HSV(B) 10º 0.5% 0.85% -
XYZ 39.45 31.47 18.75 -
YUV 152.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 218 128 110 0 0.41 0.50 0.15 10 0.59 0.64
Hex DA 80 6E 0 29 32 F A 3B 40
Octal 332 200 156 0 51 62 17 12 73 100
Binary 11011010 10000000 1101110 0 101001 110010 1111 1010 111011 1000000

Color Harmonies of #DA806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA806E

Black with #DA806E

Text Example


Text Example

White with #DA806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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