Html Css Color HEX #DD826C New York Pink

📋 copy color: '#DD826C'

red 221 ◦ green 130 ◦ blue 108

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

Shades of New York Pink #DD826C

Tints of New York Pink #DD826C

RGB

 RED value IS 221 (86.72% from 255) = 48.15%

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

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

R = 48.15%
G = 28.32%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD826C (or 0xDD826C) is known color: New York Pink. HEX triplet: DD, 82 and 6C. RGB value is (221,130,108). Sum of RGB (Red+Green+Blue) = 221+130+108=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD826C is #227D93. Grayscale: #9A9A9A. Windows color (decimal): -2260372 or 7111389. OLE color: 7111389.

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

Color convert

RGB 221 130 108 -
CMYK 0 0.41 0.51 0.13
HSL 11.68º 0.62% 0.65% -
HSV(B) 11.68º 0.51% 0.87% -
XYZ 40.51 32.42 18.31 -
YUV 154.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 221 130 108 0 0.41 0.51 0.13 11.68 0.62 0.65
Hex DD 82 6C 0 29 33 D C 3E 41
Octal 335 202 154 0 51 63 15 14 76 101
Binary 11011101 10000010 1101100 0 101001 110011 1101 1100 111110 1000001

Color Harmonies of #DD826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD826C

Black with #DD826C

Text Example


Text Example

White with #DD826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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