Html Css Color HEX #DC8375 New York Pink

📋 copy color: '#DC8375'

red 220 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #DC8375

Tints of New York Pink #DC8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 47.01%
G = 27.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8375 (or 0xDC8375) is known color: New York Pink. HEX triplet: DC, 83 and 75. RGB value is (220,131,117). Sum of RGB (Red+Green+Blue) = 220+131+117=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8375 is #237C8A. Grayscale: #9C9C9C. Windows color (decimal): -2325643 or 7701468. OLE color: 7701468.

HSL color Cylindrical-coordinate representation of color #DC8375: hue angle of 8.16º 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 #DC8375 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 117 -
CMYK 0 0.40 0.47 0.14
HSL 8.16º 0.6% 0.66% -
HSV(B) 8.16º 0.47% 0.86% -
XYZ 40.84 32.73 21 -
YUV 156.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 220 131 117 0 0.40 0.47 0.14 8.16 0.6 0.66
Hex DC 83 75 0 28 2F E 8 3C 42
Octal 334 203 165 0 50 57 16 10 74 102
Binary 11011100 10000011 1110101 0 101000 101111 1110 1000 111100 1000010

Color Harmonies of #DC8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8375

Black with #DC8375

Text Example


Text Example

White with #DC8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8375; }

 p { color: rgb(220,131,117); }

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

background-color css

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

 a { background-color: rgb(220,131,117); }

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

border-color css

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

 span { border-color: rgb(220,131,117); }

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