Html Css Color HEX #DF826A New York Pink

📋 copy color: '#DF826A'

red 223 ◦ green 130 ◦ blue 106

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

Shades of New York Pink #DF826A

Tints of New York Pink #DF826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 48.58%
G = 28.32%
B = 23.09%

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

#DF826A (or 0xDF826A) is known color: New York Pink. HEX triplet: DF, 82 and 6A. RGB value is (223,130,106). Sum of RGB (Red+Green+Blue) = 223+130+106=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF826A is #207D95. Grayscale: #9B9B9B. Windows color (decimal): -2129302 or 6980319. OLE color: 6980319.

HSL color Cylindrical-coordinate representation of color #DF826A: hue angle of 12.31º degrees, saturation: 0.65, 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 #DF826A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 106 -
CMYK 0 0.42 0.52 0.13
HSL 12.31º 0.65% 0.65% -
HSV(B) 12.31º 0.52% 0.87% -
XYZ 41.02 32.69 17.78 -
YUV 155.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 223 130 106 0 0.42 0.52 0.13 12.31 0.65 0.65
Hex DF 82 6A 0 2A 34 D C 41 41
Octal 337 202 152 0 52 64 15 14 101 101
Binary 11011111 10000010 1101010 0 101010 110100 1101 1100 1000001 1000001

Color Harmonies of #DF826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF826A

Black with #DF826A

Text Example


Text Example

White with #DF826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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