Html Css Color HEX #D8806C New York Pink

📋 copy color: '#D8806C'

red 216 ◦ green 128 ◦ blue 108

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

Shades of New York Pink #D8806C

Tints of New York Pink #D8806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

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

R = 47.79%
G = 28.32%
B = 23.89%

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

#D8806C (or 0xD8806C) is known color: New York Pink. HEX triplet: D8, 80 and 6C. RGB value is (216,128,108). Sum of RGB (Red+Green+Blue) = 216+128+108=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8806C is #277F93. Grayscale: #989898. Windows color (decimal): -2588564 or 7110872. OLE color: 7110872.

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

Color convert

RGB 216 128 108 -
CMYK 0 0.41 0.50 0.15
HSL 11.11º 0.58% 0.64% -
HSV(B) 11.11º 0.5% 0.85% -
XYZ 38.74 31.12 18.15 -
YUV 152.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 216 128 108 0 0.41 0.50 0.15 11.11 0.58 0.64
Hex D8 80 6C 0 29 32 F B 3A 40
Octal 330 200 154 0 51 62 17 13 72 100
Binary 11011000 10000000 1101100 0 101001 110010 1111 1011 111010 1000000

Color Harmonies of #D8806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8806C

Black with #D8806C

Text Example


Text Example

White with #D8806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8806C; }

 p { color: rgb(216,128,108); }

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

background-color css

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

 a { background-color: rgb(216,128,108); }

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

border-color css

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

 span { border-color: rgb(216,128,108); }

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