Html Css Color HEX #DA856D New York Pink

📋 copy color: '#DA856D'

red 218 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #DA856D

Tints of New York Pink #DA856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 47.39%
G = 28.91%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA856D (or 0xDA856D) is known color: New York Pink. HEX triplet: DA, 85 and 6D. RGB value is (218,133,109). Sum of RGB (Red+Green+Blue) = 218+133+109=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA856D is #257A92. Grayscale: #9B9B9B. Windows color (decimal): -2456211 or 7177690. OLE color: 7177690.

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

Color convert

RGB 218 133 109 -
CMYK 0 0.39 0.5 0.15
HSL 13.21º 0.6% 0.64% -
HSV(B) 13.21º 0.5% 0.85% -
XYZ 40.06 32.78 18.68 -
YUV 155.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 218 133 109 0 0.39 0.5 0.15 13.21 0.6 0.64
Hex DA 85 6D 0 27 32 F D 3C 40
Octal 332 205 155 0 47 62 17 15 74 100
Binary 11011010 10000101 1101101 0 100111 110010 1111 1101 111100 1000000

Color Harmonies of #DA856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA856D

Black with #DA856D

Text Example


Text Example

White with #DA856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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