Html Css Color HEX #DF8B76 New York Pink

📋 copy color: '#DF8B76'

red 223 ◦ green 139 ◦ blue 118

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

Shades of New York Pink #DF8B76

Tints of New York Pink #DF8B76

RGB

 RED value IS 223 (87.5% from 255) = 46.46%

 GREEN value IS 139 (54.69% from 255) = 28.96%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 46.46%
G = 28.96%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF8B76 (or 0xDF8B76) is known color: New York Pink. HEX triplet: DF, 8B and 76. RGB value is (223,139,118). Sum of RGB (Red+Green+Blue) = 223+139+118=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B76 is #207489. Grayscale: #A1A1A1. Windows color (decimal): -2126986 or 7769055. OLE color: 7769055.

HSL color Cylindrical-coordinate representation of color #DF8B76: hue angle of 12º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8B76 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 139 118 -
CMYK 0 0.38 0.47 0.13
HSL 12º 0.62% 0.67% -
HSV(B) 12º 0.47% 0.87% -
XYZ 42.93 35.46 21.72 -
YUV 161.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 223 139 118 0 0.38 0.47 0.13 12 0.62 0.67
Hex DF 8B 76 0 26 2F D C 3E 43
Octal 337 213 166 0 46 57 15 14 76 103
Binary 11011111 10001011 1110110 0 100110 101111 1101 1100 111110 1000011

Color Harmonies of #DF8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B76

Black with #DF8B76

Text Example


Text Example

White with #DF8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B76; }

 p { color: rgb(223,139,118); }

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

background-color css

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

 a { background-color: rgb(223,139,118); }

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

border-color css

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

 span { border-color: rgb(223,139,118); }

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