Html Css Color HEX #D0816F New York Pink

📋 copy color: '#D0816F'

red 208 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #D0816F

Tints of New York Pink #D0816F

RGB

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

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

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

R = 46.43%
G = 28.79%
B = 24.78%

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

#D0816F (or 0xD0816F) is known color: New York Pink. HEX triplet: D0, 81 and 6F. RGB value is (208,129,111). Sum of RGB (Red+Green+Blue) = 208+129+111=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0816F is #2F7E90. Grayscale: #969696. Windows color (decimal): -3112593 or 7307728. OLE color: 7307728.

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

Color convert

RGB 208 129 111 -
CMYK 0 0.38 0.47 0.18
HSL 11.13º 0.51% 0.63% -
HSV(B) 11.13º 0.47% 0.82% -
XYZ 36.73 30.26 18.94 -
YUV 150.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 208 129 111 0 0.38 0.47 0.18 11.13 0.51 0.63
Hex D0 81 6F 0 26 2F 12 B 33 3F
Octal 320 201 157 0 46 57 22 13 63 77
Binary 11010000 10000001 1101111 0 100110 101111 10010 1011 110011 111111

Color Harmonies of #D0816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0816F

Black with #D0816F

Text Example


Text Example

White with #D0816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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