Html Css Color HEX #DA7C6D New York Pink

📋 copy color: '#DA7C6D'

red 218 ◦ green 124 ◦ blue 109

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

Shades of New York Pink #DA7C6D

Tints of New York Pink #DA7C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 48.34%
G = 27.49%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA7C6D (or 0xDA7C6D) is known color: New York Pink. HEX triplet: DA, 7C and 6D. RGB value is (218,124,109). Sum of RGB (Red+Green+Blue) = 218+124+109=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C6D is #258392. Grayscale: #969696. Windows color (decimal): -2458515 or 7175386. OLE color: 7175386.

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

Color convert

RGB 218 124 109 -
CMYK 0 0.43 0.5 0.15
HSL 8.26º 0.6% 0.64% -
HSV(B) 8.26º 0.5% 0.85% -
XYZ 38.88 30.42 18.29 -
YUV 150.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 218 124 109 0 0.43 0.5 0.15 8.26 0.6 0.64
Hex DA 7C 6D 0 2B 32 F 8 3C 40
Octal 332 174 155 0 53 62 17 10 74 100
Binary 11011010 1111100 1101101 0 101011 110010 1111 1000 111100 1000000

Color Harmonies of #DA7C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C6D

Black with #DA7C6D

Text Example


Text Example

White with #DA7C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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