Html Css Color HEX #DA7B68 New York Pink

📋 copy color: '#DA7B68'

red 218 ◦ green 123 ◦ blue 104

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

Shades of New York Pink #DA7B68

Tints of New York Pink #DA7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 48.99%
G = 27.64%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7B68 (or 0xDA7B68) is known color: New York Pink. HEX triplet: DA, 7B and 68. RGB value is (218,123,104). Sum of RGB (Red+Green+Blue) = 218+123+104=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B68 is #258497. Grayscale: #959595. Windows color (decimal): -2458776 or 6847450. OLE color: 6847450.

HSL color Cylindrical-coordinate representation of color #DA7B68: hue angle of 10º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7B68 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 104 -
CMYK 0 0.44 0.52 0.15
HSL 10º 0.61% 0.63% -
HSV(B) 10º 0.52% 0.85% -
XYZ 38.5 30.07 16.87 -
YUV 149.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 218 123 104 0 0.44 0.52 0.15 10 0.61 0.63
Hex DA 7B 68 0 2C 34 F A 3D 3F
Octal 332 173 150 0 54 64 17 12 75 77
Binary 11011010 1111011 1101000 0 101100 110100 1111 1010 111101 111111

Color Harmonies of #DA7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B68

Black with #DA7B68

Text Example


Text Example

White with #DA7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B68; }

 p { color: rgb(218,123,104); }

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

background-color css

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

 a { background-color: rgb(218,123,104); }

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

border-color css

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

 span { border-color: rgb(218,123,104); }

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