Html Css Color HEX #DA826B New York Pink

📋 copy color: '#DA826B'

red 218 ◦ green 130 ◦ blue 107

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

Shades of New York Pink #DA826B

Tints of New York Pink #DA826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 47.91%
G = 28.57%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA826B (or 0xDA826B) is known color: New York Pink. HEX triplet: DA, 82 and 6B. RGB value is (218,130,107). Sum of RGB (Red+Green+Blue) = 218+130+107=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826B is #257D94. Grayscale: #999999. Windows color (decimal): -2456981 or 7045850. OLE color: 7045850.

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

Color convert

RGB 218 130 107 -
CMYK 0 0.40 0.51 0.15
HSL 12.43º 0.6% 0.64% -
HSV(B) 12.43º 0.51% 0.85% -
XYZ 39.55 31.93 17.99 -
YUV 153.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 218 130 107 0 0.40 0.51 0.15 12.43 0.6 0.64
Hex DA 82 6B 0 28 33 F C 3C 40
Octal 332 202 153 0 50 63 17 14 74 100
Binary 11011010 10000010 1101011 0 101000 110011 1111 1100 111100 1000000

Color Harmonies of #DA826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA826B

Black with #DA826B

Text Example


Text Example

White with #DA826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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