Html Css Color HEX #DA7C6E New York Pink

📋 copy color: '#DA7C6E'

red 218 ◦ green 124 ◦ blue 110

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

Shades of New York Pink #DA7C6E

Tints of New York Pink #DA7C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.34%

R = 48.23%
G = 27.43%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA7C6E (or 0xDA7C6E) is known color: New York Pink. HEX triplet: DA, 7C and 6E. RGB value is (218,124,110). Sum of RGB (Red+Green+Blue) = 218+124+110=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C6E is #258391. Grayscale: #969696. Windows color (decimal): -2458514 or 7240922. OLE color: 7240922.

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

Color convert

RGB 218 124 110 -
CMYK 0 0.43 0.50 0.15
HSL 7.78º 0.59% 0.64% -
HSV(B) 7.78º 0.5% 0.85% -
XYZ 38.94 30.45 18.58 -
YUV 150.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 218 124 110 0 0.43 0.50 0.15 7.78 0.59 0.64
Hex DA 7C 6E 0 2B 32 F 8 3B 40
Octal 332 174 156 0 53 62 17 10 73 100
Binary 11011010 1111100 1101110 0 101011 110010 1111 1000 111011 1000000

Color Harmonies of #DA7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C6E

Black with #DA7C6E

Text Example


Text Example

White with #DA7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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