Html Css Color HEX #DC8378 New York Pink

📋 copy color: '#DC8378'

red 220 ◦ green 131 ◦ blue 120

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

Shades of New York Pink #DC8378

Tints of New York Pink #DC8378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 46.71%
G = 27.81%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8378 (or 0xDC8378) is known color: New York Pink. HEX triplet: DC, 83 and 78. RGB value is (220,131,120). Sum of RGB (Red+Green+Blue) = 220+131+120=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8378 is #237C87. Grayscale: #9C9C9C. Windows color (decimal): -2325640 or 7898076. OLE color: 7898076.

HSL color Cylindrical-coordinate representation of color #DC8378: hue angle of 6.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8378 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 120 -
CMYK 0 0.40 0.45 0.14
HSL 6.6º 0.59% 0.67% -
HSV(B) 6.6º 0.45% 0.86% -
XYZ 41.02 32.8 21.94 -
YUV 156.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 220 131 120 0 0.40 0.45 0.14 6.6 0.59 0.67
Hex DC 83 78 0 28 2D E 7 3B 43
Octal 334 203 170 0 50 55 16 7 73 103
Binary 11011100 10000011 1111000 0 101000 101101 1110 111 111011 1000011

Color Harmonies of #DC8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8378

Black with #DC8378

Text Example


Text Example

White with #DC8378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8378; }

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

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

background-color css

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

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

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

border-color css

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

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

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