Html Css Color HEX #DD876F New York Pink

📋 copy color: '#DD876F'

red 221 ◦ green 135 ◦ blue 111

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

Shades of New York Pink #DD876F

Tints of New York Pink #DD876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 47.32%
G = 28.91%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD876F (or 0xDD876F) is known color: New York Pink. HEX triplet: DD, 87 and 6F. RGB value is (221,135,111). Sum of RGB (Red+Green+Blue) = 221+135+111=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD876F is #227890. Grayscale: #9E9E9E. Windows color (decimal): -2259089 or 7309277. OLE color: 7309277.

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

Color convert

RGB 221 135 111 -
CMYK 0 0.39 0.50 0.13
HSL 13.09º 0.62% 0.65% -
HSV(B) 13.09º 0.5% 0.87% -
XYZ 41.35 33.85 19.39 -
YUV 157.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 221 135 111 0 0.39 0.50 0.13 13.09 0.62 0.65
Hex DD 87 6F 0 27 32 D D 3E 41
Octal 335 207 157 0 47 62 15 15 76 101
Binary 11011101 10000111 1101111 0 100111 110010 1101 1101 111110 1000001

Color Harmonies of #DD876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD876F

Black with #DD876F

Text Example


Text Example

White with #DD876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD876F; }

 p { color: rgb(221,135,111); }

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

background-color css

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

 a { background-color: rgb(221,135,111); }

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

border-color css

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

 span { border-color: rgb(221,135,111); }

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