Html Css Color HEX #DC7B6B New York Pink

📋 copy color: '#DC7B6B'

red 220 ◦ green 123 ◦ blue 107

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

Shades of New York Pink #DC7B6B

Tints of New York Pink #DC7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 48.89%
G = 27.33%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC7B6B (or 0xDC7B6B) is known color: New York Pink. HEX triplet: DC, 7B and 6B. RGB value is (220,123,107). Sum of RGB (Red+Green+Blue) = 220+123+107=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B6B is #238494. Grayscale: #969696. Windows color (decimal): -2327701 or 7044060. OLE color: 7044060.

HSL color Cylindrical-coordinate representation of color #DC7B6B: hue angle of 8.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7B6B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 107 -
CMYK 0 0.44 0.51 0.14
HSL 8.5º 0.62% 0.64% -
HSV(B) 8.5º 0.51% 0.86% -
XYZ 39.25 30.44 17.72 -
YUV 150.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 220 123 107 0 0.44 0.51 0.14 8.5 0.62 0.64
Hex DC 7B 6B 0 2C 33 E 8 3E 40
Octal 334 173 153 0 54 63 16 10 76 100
Binary 11011100 1111011 1101011 0 101100 110011 1110 1000 111110 1000000

Color Harmonies of #DC7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B6B

Black with #DC7B6B

Text Example


Text Example

White with #DC7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B6B; }

 p { color: rgb(220,123,107); }

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

background-color css

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

 a { background-color: rgb(220,123,107); }

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

border-color css

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

 span { border-color: rgb(220,123,107); }

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