Html Css Color HEX #DA766D New York Pink

📋 copy color: '#DA766D'

red 218 ◦ green 118 ◦ blue 109

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

Shades of New York Pink #DA766D

Tints of New York Pink #DA766D

RGB

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

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

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

R = 48.99%
G = 26.52%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA766D (or 0xDA766D) is known color: New York Pink. HEX triplet: DA, 76 and 6D. RGB value is (218,118,109). Sum of RGB (Red+Green+Blue) = 218+118+109=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766D is #258992. Grayscale: #939393. Windows color (decimal): -2460051 or 7173850. OLE color: 7173850.

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

Color convert

RGB 218 118 109 -
CMYK 0 0.46 0.5 0.15
HSL 4.95º 0.6% 0.64% -
HSV(B) 4.95º 0.5% 0.85% -
XYZ 38.15 28.97 18.05 -
YUV 146.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 218 118 109 0 0.46 0.5 0.15 4.95 0.6 0.64
Hex DA 76 6D 0 2E 32 F 5 3C 40
Octal 332 166 155 0 56 62 17 5 74 100
Binary 11011010 1110110 1101101 0 101110 110010 1111 101 111100 1000000

Color Harmonies of #DA766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA766D

Black with #DA766D

Text Example


Text Example

White with #DA766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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