Html Css Color HEX #DF8A72 New York Pink

📋 copy color: '#DF8A72'

red 223 ◦ green 138 ◦ blue 114

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

Shades of New York Pink #DF8A72

Tints of New York Pink #DF8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 46.95%
G = 29.05%
B = 24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8A72 (or 0xDF8A72) is known color: New York Pink. HEX triplet: DF, 8A and 72. RGB value is (223,138,114). Sum of RGB (Red+Green+Blue) = 223+138+114=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A72 is #20758D. Grayscale: #A0A0A0. Windows color (decimal): -2127246 or 7506655. OLE color: 7506655.

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

Color convert

RGB 223 138 114 -
CMYK 0 0.38 0.49 0.13
HSL 13.21º 0.63% 0.66% -
HSV(B) 13.21º 0.49% 0.87% -
XYZ 42.56 35.08 20.45 -
YUV 160.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 223 138 114 0 0.38 0.49 0.13 13.21 0.63 0.66
Hex DF 8A 72 0 26 31 D D 3F 42
Octal 337 212 162 0 46 61 15 15 77 102
Binary 11011111 10001010 1110010 0 100110 110001 1101 1101 111111 1000010

Color Harmonies of #DF8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A72

Black with #DF8A72

Text Example


Text Example

White with #DF8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A72; }

 p { color: rgb(223,138,114); }

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

background-color css

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

 a { background-color: rgb(223,138,114); }

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

border-color css

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

 span { border-color: rgb(223,138,114); }

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