Html Css Color HEX #D1806F New York Pink

📋 copy color: '#D1806F'

red 209 ◦ green 128 ◦ blue 111

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

Shades of New York Pink #D1806F

Tints of New York Pink #D1806F

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 46.65%
G = 28.57%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1806F (or 0xD1806F) is known color: New York Pink. HEX triplet: D1, 80 and 6F. RGB value is (209,128,111). Sum of RGB (Red+Green+Blue) = 209+128+111=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1806F is #2E7F90. Grayscale: #969696. Windows color (decimal): -3047313 or 7307473. OLE color: 7307473.

HSL color Cylindrical-coordinate representation of color #D1806F: hue angle of 10.41º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1806F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 111 -
CMYK 0 0.39 0.47 0.18
HSL 10.41º 0.52% 0.63% -
HSV(B) 10.41º 0.47% 0.82% -
XYZ 36.88 30.14 18.91 -
YUV 150.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 209 128 111 0 0.39 0.47 0.18 10.41 0.52 0.63
Hex D1 80 6F 0 27 2F 12 A 34 3F
Octal 321 200 157 0 47 57 22 12 64 77
Binary 11010001 10000000 1101111 0 100111 101111 10010 1010 110100 111111

Color Harmonies of #D1806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1806F

Black with #D1806F

Text Example


Text Example

White with #D1806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1806F; }

 p { color: rgb(209,128,111); }

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

background-color css

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

 a { background-color: rgb(209,128,111); }

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

border-color css

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

 span { border-color: rgb(209,128,111); }

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