Html Css Color HEX #DA756B New York Pink

📋 copy color: '#DA756B'

red 218 ◦ green 117 ◦ blue 107

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

Shades of New York Pink #DA756B

Tints of New York Pink #DA756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 49.32%
G = 26.47%
B = 24.21%

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

#DA756B (or 0xDA756B) is known color: New York Pink. HEX triplet: DA, 75 and 6B. RGB value is (218,117,107). Sum of RGB (Red+Green+Blue) = 218+117+107=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA756B is #258A94. Grayscale: #929292. Windows color (decimal): -2460309 or 7042522. OLE color: 7042522.

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

Color convert

RGB 218 117 107 -
CMYK 0 0.46 0.51 0.15
HSL 5.41º 0.6% 0.64% -
HSV(B) 5.41º 0.51% 0.85% -
XYZ 37.93 28.69 17.45 -
YUV 146.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 218 117 107 0 0.46 0.51 0.15 5.41 0.6 0.64
Hex DA 75 6B 0 2E 33 F 5 3C 40
Octal 332 165 153 0 56 63 17 5 74 100
Binary 11011010 1110101 1101011 0 101110 110011 1111 101 111100 1000000

Color Harmonies of #DA756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA756B

Black with #DA756B

Text Example


Text Example

White with #DA756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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