Html Css Color HEX #DA7B6D New York Pink

📋 copy color: '#DA7B6D'

red 218 ◦ green 123 ◦ blue 109

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

Shades of New York Pink #DA7B6D

Tints of New York Pink #DA7B6D

RGB

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

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

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

R = 48.44%
G = 27.33%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA7B6D (or 0xDA7B6D) is known color: New York Pink. HEX triplet: DA, 7B and 6D. RGB value is (218,123,109). Sum of RGB (Red+Green+Blue) = 218+123+109=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B6D is #258492. Grayscale: #959595. Windows color (decimal): -2458771 or 7175130. OLE color: 7175130.

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

Color convert

RGB 218 123 109 -
CMYK 0 0.44 0.5 0.15
HSL 7.71º 0.6% 0.64% -
HSV(B) 7.71º 0.5% 0.85% -
XYZ 38.76 30.18 18.25 -
YUV 149.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 218 123 109 0 0.44 0.5 0.15 7.71 0.6 0.64
Hex DA 7B 6D 0 2C 32 F 8 3C 40
Octal 332 173 155 0 54 62 17 10 74 100
Binary 11011010 1111011 1101101 0 101100 110010 1111 1000 111100 1000000

Color Harmonies of #DA7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B6D

Black with #DA7B6D

Text Example


Text Example

White with #DA7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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