Html Css Color HEX #DA766A New York Pink

📋 copy color: '#DA766A'

red 218 ◦ green 118 ◦ blue 106

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

Shades of New York Pink #DA766A

Tints of New York Pink #DA766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 49.32%
G = 26.7%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA766A (or 0xDA766A) is known color: New York Pink. HEX triplet: DA, 76 and 6A. RGB value is (218,118,106). Sum of RGB (Red+Green+Blue) = 218+118+106=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766A is #258995. Grayscale: #929292. Windows color (decimal): -2460054 or 6977242. OLE color: 6977242.

HSL color Cylindrical-coordinate representation of color #DA766A: hue angle of 6.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA766A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 106 -
CMYK 0 0.46 0.51 0.15
HSL 6.43º 0.6% 0.64% -
HSV(B) 6.43º 0.51% 0.85% -
XYZ 37.99 28.9 17.21 -
YUV 146.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 218 118 106 0 0.46 0.51 0.15 6.43 0.6 0.64
Hex DA 76 6A 0 2E 33 F 6 3C 40
Octal 332 166 152 0 56 63 17 6 74 100
Binary 11011010 1110110 1101010 0 101110 110011 1111 110 111100 1000000

Color Harmonies of #DA766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA766A

Black with #DA766A

Text Example


Text Example

White with #DA766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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