Html Css Color HEX #DF826C New York Pink

📋 copy color: '#DF826C'

red 223 ◦ green 130 ◦ blue 108

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

Shades of New York Pink #DF826C

Tints of New York Pink #DF826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 48.37%
G = 28.2%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF826C (or 0xDF826C) is known color: New York Pink. HEX triplet: DF, 82 and 6C. RGB value is (223,130,108). Sum of RGB (Red+Green+Blue) = 223+130+108=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF826C is #207D93. Grayscale: #9B9B9B. Windows color (decimal): -2129300 or 7111391. OLE color: 7111391.

HSL color Cylindrical-coordinate representation of color #DF826C: hue angle of 11.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF826C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 108 -
CMYK 0 0.42 0.52 0.13
HSL 11.48º 0.64% 0.65% -
HSV(B) 11.48º 0.52% 0.87% -
XYZ 41.12 32.74 18.34 -
YUV 155.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 223 130 108 0 0.42 0.52 0.13 11.48 0.64 0.65
Hex DF 82 6C 0 2A 34 D B 40 41
Octal 337 202 154 0 52 64 15 13 100 101
Binary 11011111 10000010 1101100 0 101010 110100 1101 1011 1000000 1000001

Color Harmonies of #DF826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF826C

Black with #DF826C

Text Example


Text Example

White with #DF826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF826C; }

 p { color: rgb(223,130,108); }

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

background-color css

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

 a { background-color: rgb(223,130,108); }

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

border-color css

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

 span { border-color: rgb(223,130,108); }

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