Html Css Color HEX #DA7A6B New York Pink

📋 copy color: '#DA7A6B'

red 218 ◦ green 122 ◦ blue 107

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

Shades of New York Pink #DA7A6B

Tints of New York Pink #DA7A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 48.77%
G = 27.29%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA7A6B (or 0xDA7A6B) is known color: New York Pink. HEX triplet: DA, 7A and 6B. RGB value is (218,122,107). Sum of RGB (Red+Green+Blue) = 218+122+107=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A6B is #258594. Grayscale: #959595. Windows color (decimal): -2459029 or 7043802. OLE color: 7043802.

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

Color convert

RGB 218 122 107 -
CMYK 0 0.44 0.51 0.15
HSL 8.11º 0.6% 0.64% -
HSV(B) 8.11º 0.51% 0.85% -
XYZ 38.53 29.89 17.65 -
YUV 148.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 218 122 107 0 0.44 0.51 0.15 8.11 0.6 0.64
Hex DA 7A 6B 0 2C 33 F 8 3C 40
Octal 332 172 153 0 54 63 17 10 74 100
Binary 11011010 1111010 1101011 0 101100 110011 1111 1000 111100 1000000

Color Harmonies of #DA7A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A6B

Black with #DA7A6B

Text Example


Text Example

White with #DA7A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A6B; }

 p { color: rgb(218,122,107); }

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

background-color css

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

 a { background-color: rgb(218,122,107); }

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

border-color css

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

 span { border-color: rgb(218,122,107); }

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