Html Css Color HEX #DA766C New York Pink

📋 copy color: '#DA766C'

red 218 ◦ green 118 ◦ blue 108

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

Shades of New York Pink #DA766C

Tints of New York Pink #DA766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 49.1%
G = 26.58%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA766C (or 0xDA766C) is known color: New York Pink. HEX triplet: DA, 76 and 6C. RGB value is (218,118,108). Sum of RGB (Red+Green+Blue) = 218+118+108=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766C is #258993. Grayscale: #929292. Windows color (decimal): -2460052 or 7108314. OLE color: 7108314.

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

Color convert

RGB 218 118 108 -
CMYK 0 0.46 0.50 0.15
HSL 5.45º 0.6% 0.64% -
HSV(B) 5.45º 0.5% 0.85% -
XYZ 38.1 28.95 17.77 -
YUV 146.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 218 118 108 0 0.46 0.50 0.15 5.45 0.6 0.64
Hex DA 76 6C 0 2E 32 F 5 3C 40
Octal 332 166 154 0 56 62 17 5 74 100
Binary 11011010 1110110 1101100 0 101110 110010 1111 101 111100 1000000

Color Harmonies of #DA766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA766C

Black with #DA766C

Text Example


Text Example

White with #DA766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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