Html Css Color HEX #DA806D New York Pink

📋 copy color: '#DA806D'

red 218 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #DA806D

Tints of New York Pink #DA806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 47.91%
G = 28.13%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA806D (or 0xDA806D) is known color: New York Pink. HEX triplet: DA, 80 and 6D. RGB value is (218,128,109). Sum of RGB (Red+Green+Blue) = 218+128+109=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806D is #257F92. Grayscale: #989898. Windows color (decimal): -2457491 or 7176410. OLE color: 7176410.

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

Color convert

RGB 218 128 109 -
CMYK 0 0.41 0.5 0.15
HSL 10.46º 0.6% 0.64% -
HSV(B) 10.46º 0.5% 0.85% -
XYZ 39.39 31.45 18.46 -
YUV 152.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 218 128 109 0 0.41 0.5 0.15 10.46 0.6 0.64
Hex DA 80 6D 0 29 32 F A 3C 40
Octal 332 200 155 0 51 62 17 12 74 100
Binary 11011010 10000000 1101101 0 101001 110010 1111 1010 111100 1000000

Color Harmonies of #DA806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA806D

Black with #DA806D

Text Example


Text Example

White with #DA806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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