Html Css Color HEX #DA806F New York Pink

📋 copy color: '#DA806F'

red 218 ◦ green 128 ◦ blue 111

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

Shades of New York Pink #DA806F

Tints of New York Pink #DA806F

RGB

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

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

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

R = 47.7%
G = 28.01%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA806F (or 0xDA806F) is known color: New York Pink. HEX triplet: DA, 80 and 6F. RGB value is (218,128,111). Sum of RGB (Red+Green+Blue) = 218+128+111=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806F is #257F90. Grayscale: #999999. Windows color (decimal): -2457489 or 7307482. OLE color: 7307482.

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

Color convert

RGB 218 128 111 -
CMYK 0 0.41 0.49 0.15
HSL 9.53º 0.59% 0.65% -
HSV(B) 9.53º 0.49% 0.85% -
XYZ 39.5 31.49 19.04 -
YUV 152.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 218 128 111 0 0.41 0.49 0.15 9.53 0.59 0.65
Hex DA 80 6F 0 29 31 F A 3B 41
Octal 332 200 157 0 51 61 17 12 73 101
Binary 11011010 10000000 1101111 0 101001 110001 1111 1010 111011 1000001

Color Harmonies of #DA806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA806F

Black with #DA806F

Text Example


Text Example

White with #DA806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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