Html Css Color HEX #DA7C6A New York Pink

📋 copy color: '#DA7C6A'

red 218 ◦ green 124 ◦ blue 106

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

Shades of New York Pink #DA7C6A

Tints of New York Pink #DA7C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 48.66%
G = 27.68%
B = 23.66%

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

#DA7C6A (or 0xDA7C6A) is known color: New York Pink. HEX triplet: DA, 7C and 6A. RGB value is (218,124,106). Sum of RGB (Red+Green+Blue) = 218+124+106=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C6A is #258395. Grayscale: #969696. Windows color (decimal): -2458518 or 6978778. OLE color: 6978778.

HSL color Cylindrical-coordinate representation of color #DA7C6A: hue angle of 9.64º 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 #DA7C6A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 106 -
CMYK 0 0.43 0.51 0.15
HSL 9.64º 0.6% 0.64% -
HSV(B) 9.64º 0.51% 0.85% -
XYZ 38.72 30.36 17.46 -
YUV 150.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 218 124 106 0 0.43 0.51 0.15 9.64 0.6 0.64
Hex DA 7C 6A 0 2B 33 F A 3C 40
Octal 332 174 152 0 53 63 17 12 74 100
Binary 11011010 1111100 1101010 0 101011 110011 1111 1010 111100 1000000

Color Harmonies of #DA7C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C6A

Black with #DA7C6A

Text Example


Text Example

White with #DA7C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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