Html Css Color HEX #D6816E New York Pink

📋 copy color: '#D6816E'

red 214 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #D6816E

Tints of New York Pink #D6816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 47.24%
G = 28.48%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6816E (or 0xD6816E) is known color: New York Pink. HEX triplet: D6, 81 and 6E. RGB value is (214,129,110). Sum of RGB (Red+Green+Blue) = 214+129+110=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6816E is #297E91. Grayscale: #989898. Windows color (decimal): -2719378 or 7242198. OLE color: 7242198.

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

Color convert

RGB 214 129 110 -
CMYK 0 0.40 0.49 0.16
HSL 10.96º 0.56% 0.64% -
HSV(B) 10.96º 0.49% 0.84% -
XYZ 38.4 31.12 18.74 -
YUV 152.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 214 129 110 0 0.40 0.49 0.16 10.96 0.56 0.64
Hex D6 81 6E 0 28 31 10 B 38 40
Octal 326 201 156 0 50 61 20 13 70 100
Binary 11010110 10000001 1101110 0 101000 110001 10000 1011 111000 1000000

Color Harmonies of #D6816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6816E

Black with #D6816E

Text Example


Text Example

White with #D6816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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