Html Css Color HEX #DA7D6C New York Pink

📋 copy color: '#DA7D6C'

red 218 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #DA7D6C

Tints of New York Pink #DA7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 108 (42.58% from 255) = 23.95%

R = 48.34%
G = 27.72%
B = 23.95%

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

#DA7D6C (or 0xDA7D6C) is known color: New York Pink. HEX triplet: DA, 7D and 6C. RGB value is (218,125,108). Sum of RGB (Red+Green+Blue) = 218+125+108=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6C is #258293. Grayscale: #979797. Windows color (decimal): -2458260 or 7110106. OLE color: 7110106.

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

Color convert

RGB 218 125 108 -
CMYK 0 0.43 0.50 0.15
HSL 9.27º 0.6% 0.64% -
HSV(B) 9.27º 0.5% 0.85% -
XYZ 38.95 30.66 18.05 -
YUV 150.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 218 125 108 0 0.43 0.50 0.15 9.27 0.6 0.64
Hex DA 7D 6C 0 2B 32 F 9 3C 40
Octal 332 175 154 0 53 62 17 11 74 100
Binary 11011010 1111101 1101100 0 101011 110010 1111 1001 111100 1000000

Color Harmonies of #DA7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D6C

Black with #DA7D6C

Text Example


Text Example

White with #DA7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D6C; }

 p { color: rgb(218,125,108); }

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

background-color css

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

 a { background-color: rgb(218,125,108); }

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

border-color css

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

 span { border-color: rgb(218,125,108); }

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