Html Css Color HEX #DF8675 New York Pink

📋 copy color: '#DF8675'

red 223 ◦ green 134 ◦ blue 117

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

Shades of New York Pink #DF8675

Tints of New York Pink #DF8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 47.05%
G = 28.27%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF8675 (or 0xDF8675) is known color: New York Pink. HEX triplet: DF, 86 and 75. RGB value is (223,134,117). Sum of RGB (Red+Green+Blue) = 223+134+117=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8675 is #20798A. Grayscale: #9E9E9E. Windows color (decimal): -2128267 or 7702239. OLE color: 7702239.

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

Color convert

RGB 223 134 117 -
CMYK 0 0.40 0.48 0.13
HSL 9.62º 0.62% 0.67% -
HSV(B) 9.62º 0.48% 0.87% -
XYZ 42.17 34.02 21.17 -
YUV 158.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 223 134 117 0 0.40 0.48 0.13 9.62 0.62 0.67
Hex DF 86 75 0 28 30 D A 3E 43
Octal 337 206 165 0 50 60 15 12 76 103
Binary 11011111 10000110 1110101 0 101000 110000 1101 1010 111110 1000011

Color Harmonies of #DF8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8675

Black with #DF8675

Text Example


Text Example

White with #DF8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8675; }

 p { color: rgb(223,134,117); }

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

background-color css

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

 a { background-color: rgb(223,134,117); }

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

border-color css

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

 span { border-color: rgb(223,134,117); }

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