Html Css Color HEX #D0806F New York Pink

📋 copy color: '#D0806F'

red 208 ◦ green 128 ◦ blue 111

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

Shades of New York Pink #D0806F

Tints of New York Pink #D0806F

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

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

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

R = 46.53%
G = 28.64%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0806F (or 0xD0806F) is known color: New York Pink. HEX triplet: D0, 80 and 6F. RGB value is (208,128,111). Sum of RGB (Red+Green+Blue) = 208+128+111=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0806F is #2F7F90. Grayscale: #969696. Windows color (decimal): -3112849 or 7307472. OLE color: 7307472.

HSL color Cylindrical-coordinate representation of color #D0806F: hue angle of 10.52º degrees, saturation: 0.51, 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 #D0806F is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 111 -
CMYK 0 0.38 0.47 0.18
HSL 10.52º 0.51% 0.63% -
HSV(B) 10.52º 0.47% 0.82% -
XYZ 36.6 30 18.9 -
YUV 149.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 208 128 111 0 0.38 0.47 0.18 10.52 0.51 0.63
Hex D0 80 6F 0 26 2F 12 B 33 3F
Octal 320 200 157 0 46 57 22 13 63 77
Binary 11010000 10000000 1101111 0 100110 101111 10010 1011 110011 111111

Color Harmonies of #D0806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0806F

Black with #D0806F

Text Example


Text Example

White with #D0806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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