Html Css Color HEX #D6816C New York Pink

📋 copy color: '#D6816C'

red 214 ◦ green 129 ◦ blue 108

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

Shades of New York Pink #D6816C

Tints of New York Pink #D6816C

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

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

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

R = 47.45%
G = 28.6%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6816C (or 0xD6816C) is known color: New York Pink. HEX triplet: D6, 81 and 6C. RGB value is (214,129,108). Sum of RGB (Red+Green+Blue) = 214+129+108=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6816C is #297E93. Grayscale: #989898. Windows color (decimal): -2719380 or 7111126. OLE color: 7111126.

HSL color Cylindrical-coordinate representation of color #D6816C: hue angle of 11.89º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6816C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 108 -
CMYK 0 0.40 0.50 0.16
HSL 11.89º 0.56% 0.63% -
HSV(B) 11.89º 0.5% 0.84% -
XYZ 38.29 31.08 18.17 -
YUV 152.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 214 129 108 0 0.40 0.50 0.16 11.89 0.56 0.63
Hex D6 81 6C 0 28 32 10 C 38 3F
Octal 326 201 154 0 50 62 20 14 70 77
Binary 11010110 10000001 1101100 0 101000 110010 10000 1100 111000 111111

Color Harmonies of #D6816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6816C

Black with #D6816C

Text Example


Text Example

White with #D6816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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