Html Css Color HEX #DA816C New York Pink

📋 copy color: '#DA816C'

red 218 ◦ green 129 ◦ blue 108

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

Shades of New York Pink #DA816C

Tints of New York Pink #DA816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.35%

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 47.91%
G = 28.35%
B = 23.74%

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

#DA816C (or 0xDA816C) is known color: New York Pink. HEX triplet: DA, 81 and 6C. RGB value is (218,129,108). Sum of RGB (Red+Green+Blue) = 218+129+108=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816C is #257E93. Grayscale: #999999. Windows color (decimal): -2457236 or 7111130. OLE color: 7111130.

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

Color convert

RGB 218 129 108 -
CMYK 0 0.41 0.50 0.15
HSL 11.45º 0.6% 0.64% -
HSV(B) 11.45º 0.5% 0.85% -
XYZ 39.47 31.69 18.22 -
YUV 153.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 218 129 108 0 0.41 0.50 0.15 11.45 0.6 0.64
Hex DA 81 6C 0 29 32 F B 3C 40
Octal 332 201 154 0 51 62 17 13 74 100
Binary 11011010 10000001 1101100 0 101001 110010 1111 1011 111100 1000000

Color Harmonies of #DA816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA816C

Black with #DA816C

Text Example


Text Example

White with #DA816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA816C; }

 p { color: rgb(218,129,108); }

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

background-color css

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

 a { background-color: rgb(218,129,108); }

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

border-color css

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

 span { border-color: rgb(218,129,108); }

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