Html Css Color HEX #DC8274 New York Pink

📋 copy color: '#DC8274'

red 220 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #DC8274

Tints of New York Pink #DC8274

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 47.21%
G = 27.9%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8274 (or 0xDC8274) is known color: New York Pink. HEX triplet: DC, 82 and 74. RGB value is (220,130,116). Sum of RGB (Red+Green+Blue) = 220+130+116=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8274 is #237D8B. Grayscale: #9B9B9B. Windows color (decimal): -2325900 or 7635676. OLE color: 7635676.

HSL color Cylindrical-coordinate representation of color #DC8274: hue angle of 8.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8274 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 116 -
CMYK 0 0.41 0.47 0.14
HSL 8.08º 0.6% 0.66% -
HSV(B) 8.08º 0.47% 0.86% -
XYZ 40.65 32.44 20.64 -
YUV 155.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 220 130 116 0 0.41 0.47 0.14 8.08 0.6 0.66
Hex DC 82 74 0 29 2F E 8 3C 42
Octal 334 202 164 0 51 57 16 10 74 102
Binary 11011100 10000010 1110100 0 101001 101111 1110 1000 111100 1000010

Color Harmonies of #DC8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8274

Black with #DC8274

Text Example


Text Example

White with #DC8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8274; }

 p { color: rgb(220,130,116); }

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

background-color css

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

 a { background-color: rgb(220,130,116); }

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

border-color css

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

 span { border-color: rgb(220,130,116); }

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