Html Css Color HEX #DA7B6E New York Pink

📋 copy color: '#DA7B6E'

red 218 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #DA7B6E

Tints of New York Pink #DA7B6E

RGB

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

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

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

R = 48.34%
G = 27.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA7B6E (or 0xDA7B6E) is known color: New York Pink. HEX triplet: DA, 7B and 6E. RGB value is (218,123,110). Sum of RGB (Red+Green+Blue) = 218+123+110=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B6E is #258491. Grayscale: #969696. Windows color (decimal): -2458770 or 7240666. OLE color: 7240666.

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

Color convert

RGB 218 123 110 -
CMYK 0 0.44 0.50 0.15
HSL 7.22º 0.59% 0.64% -
HSV(B) 7.22º 0.5% 0.85% -
XYZ 38.81 30.2 18.53 -
YUV 149.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 218 123 110 0 0.44 0.50 0.15 7.22 0.59 0.64
Hex DA 7B 6E 0 2C 32 F 7 3B 40
Octal 332 173 156 0 54 62 17 7 73 100
Binary 11011010 1111011 1101110 0 101100 110010 1111 111 111011 1000000

Color Harmonies of #DA7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B6E

Black with #DA7B6E

Text Example


Text Example

White with #DA7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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