Html Css Color HEX #DF8B7A New York Pink

📋 copy color: '#DF8B7A'

red 223 ◦ green 139 ◦ blue 122

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

Shades of New York Pink #DF8B7A

Tints of New York Pink #DF8B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 46.07%
G = 28.72%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF8B7A (or 0xDF8B7A) is known color: New York Pink. HEX triplet: DF, 8B and 7A. RGB value is (223,139,122). Sum of RGB (Red+Green+Blue) = 223+139+122=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B7A is #207485. Grayscale: #A2A2A2. Windows color (decimal): -2126982 or 8031199. OLE color: 8031199.

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

Color convert

RGB 223 139 122 -
CMYK 0 0.38 0.45 0.13
HSL 10.1º 0.61% 0.68% -
HSV(B) 10.1º 0.45% 0.87% -
XYZ 43.18 35.56 23 -
YUV 162.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 223 139 122 0 0.38 0.45 0.13 10.1 0.61 0.68
Hex DF 8B 7A 0 26 2D D A 3D 44
Octal 337 213 172 0 46 55 15 12 75 104
Binary 11011111 10001011 1111010 0 100110 101101 1101 1010 111101 1000100

Color Harmonies of #DF8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B7A

Black with #DF8B7A

Text Example


Text Example

White with #DF8B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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