Html Css Color HEX #DD876E New York Pink

📋 copy color: '#DD876E'

red 221 ◦ green 135 ◦ blue 110

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

Shades of New York Pink #DD876E

Tints of New York Pink #DD876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 47.42%
G = 28.97%
B = 23.61%

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

#DD876E (or 0xDD876E) is known color: New York Pink. HEX triplet: DD, 87 and 6E. RGB value is (221,135,110). Sum of RGB (Red+Green+Blue) = 221+135+110=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD876E is #227891. Grayscale: #9E9E9E. Windows color (decimal): -2259090 or 7243741. OLE color: 7243741.

HSL color Cylindrical-coordinate representation of color #DD876E: hue angle of 13.51º 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 #DD876E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 110 -
CMYK 0 0.39 0.50 0.13
HSL 13.51º 0.62% 0.65% -
HSV(B) 13.51º 0.5% 0.87% -
XYZ 41.3 33.83 19.1 -
YUV 157.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 221 135 110 0 0.39 0.50 0.13 13.51 0.62 0.65
Hex DD 87 6E 0 27 32 D E 3E 41
Octal 335 207 156 0 47 62 15 16 76 101
Binary 11011101 10000111 1101110 0 100111 110010 1101 1110 111110 1000001

Color Harmonies of #DD876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD876E

Black with #DD876E

Text Example


Text Example

White with #DD876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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