Html Css Color HEX #DA866F New York Pink

📋 copy color: '#DA866F'

red 218 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #DA866F

Tints of New York Pink #DA866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

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

R = 47.08%
G = 28.94%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA866F (or 0xDA866F) is known color: New York Pink. HEX triplet: DA, 86 and 6F. RGB value is (218,134,111). Sum of RGB (Red+Green+Blue) = 218+134+111=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA866F is #257990. Grayscale: #9C9C9C. Windows color (decimal): -2455953 or 7309018. OLE color: 7309018.

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

Color convert

RGB 218 134 111 -
CMYK 0 0.39 0.49 0.15
HSL 12.9º 0.59% 0.65% -
HSV(B) 12.9º 0.49% 0.85% -
XYZ 40.31 33.1 19.3 -
YUV 156.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 218 134 111 0 0.39 0.49 0.15 12.9 0.59 0.65
Hex DA 86 6F 0 27 31 F D 3B 41
Octal 332 206 157 0 47 61 17 15 73 101
Binary 11011010 10000110 1101111 0 100111 110001 1111 1101 111011 1000001

Color Harmonies of #DA866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA866F

Black with #DA866F

Text Example


Text Example

White with #DA866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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