Html Css Color HEX #D8816D New York Pink

📋 copy color: '#D8816D'

red 216 ◦ green 129 ◦ blue 109

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

Shades of New York Pink #D8816D

Tints of New York Pink #D8816D

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

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

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

R = 47.58%
G = 28.41%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8816D (or 0xD8816D) is known color: New York Pink. HEX triplet: D8, 81 and 6D. RGB value is (216,129,109). Sum of RGB (Red+Green+Blue) = 216+129+109=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8816D is #277E92. Grayscale: #989898. Windows color (decimal): -2588307 or 7176664. OLE color: 7176664.

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

Color convert

RGB 216 129 109 -
CMYK 0 0.40 0.50 0.15
HSL 11.21º 0.58% 0.64% -
HSV(B) 11.21º 0.5% 0.85% -
XYZ 38.93 31.4 18.48 -
YUV 152.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 216 129 109 0 0.40 0.50 0.15 11.21 0.58 0.64
Hex D8 81 6D 0 28 32 F B 3A 40
Octal 330 201 155 0 50 62 17 13 72 100
Binary 11011000 10000001 1101101 0 101000 110010 1111 1011 111010 1000000

Color Harmonies of #D8816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8816D

Black with #D8816D

Text Example


Text Example

White with #D8816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8816D; }

 p { color: rgb(216,129,109); }

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

background-color css

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

 a { background-color: rgb(216,129,109); }

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

border-color css

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

 span { border-color: rgb(216,129,109); }

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