Html Css Color HEX #DF8B78 New York Pink

📋 copy color: '#DF8B78'

red 223 ◦ green 139 ◦ blue 120

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

Shades of New York Pink #DF8B78

Tints of New York Pink #DF8B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 46.27%
G = 28.84%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8B78 (or 0xDF8B78) is known color: New York Pink. HEX triplet: DF, 8B and 78. RGB value is (223,139,120). Sum of RGB (Red+Green+Blue) = 223+139+120=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B78 is #207487. Grayscale: #A2A2A2. Windows color (decimal): -2126984 or 7900127. OLE color: 7900127.

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

Color convert

RGB 223 139 120 -
CMYK 0 0.38 0.46 0.13
HSL 11.07º 0.62% 0.67% -
HSV(B) 11.07º 0.46% 0.87% -
XYZ 43.05 35.51 22.35 -
YUV 161.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 223 139 120 0 0.38 0.46 0.13 11.07 0.62 0.67
Hex DF 8B 78 0 26 2E D B 3E 43
Octal 337 213 170 0 46 56 15 13 76 103
Binary 11011111 10001011 1111000 0 100110 101110 1101 1011 111110 1000011

Color Harmonies of #DF8B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B78

Black with #DF8B78

Text Example


Text Example

White with #DF8B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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