Html Css Color HEX #DA7C6B New York Pink

📋 copy color: '#DA7C6B'

red 218 ◦ green 124 ◦ blue 107

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

Shades of New York Pink #DA7C6B

Tints of New York Pink #DA7C6B

RGB

 RED value IS 218 (85.55% from 255) = 48.55%

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 48.55%
G = 27.62%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA7C6B (or 0xDA7C6B) is known color: New York Pink. HEX triplet: DA, 7C and 6B. RGB value is (218,124,107). Sum of RGB (Red+Green+Blue) = 218+124+107=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C6B is #258394. Grayscale: #969696. Windows color (decimal): -2458517 or 7044314. OLE color: 7044314.

HSL color Cylindrical-coordinate representation of color #DA7C6B: hue angle of 9.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7C6B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 107 -
CMYK 0 0.43 0.51 0.15
HSL 9.19º 0.6% 0.64% -
HSV(B) 9.19º 0.51% 0.85% -
XYZ 38.77 30.38 17.73 -
YUV 150.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 218 124 107 0 0.43 0.51 0.15 9.19 0.6 0.64
Hex DA 7C 6B 0 2B 33 F 9 3C 40
Octal 332 174 153 0 53 63 17 11 74 100
Binary 11011010 1111100 1101011 0 101011 110011 1111 1001 111100 1000000

Color Harmonies of #DA7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C6B

Black with #DA7C6B

Text Example


Text Example

White with #DA7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C6B; }

 p { color: rgb(218,124,107); }

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

background-color css

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

 a { background-color: rgb(218,124,107); }

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

border-color css

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

 span { border-color: rgb(218,124,107); }

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