Html Css Color HEX #DA836C New York Pink

📋 copy color: '#DA836C'

red 218 ◦ green 131 ◦ blue 108

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

Shades of New York Pink #DA836C

Tints of New York Pink #DA836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 47.7%
G = 28.67%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA836C (or 0xDA836C) is known color: New York Pink. HEX triplet: DA, 83 and 6C. RGB value is (218,131,108). Sum of RGB (Red+Green+Blue) = 218+131+108=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836C is #257C93. Grayscale: #9A9A9A. Windows color (decimal): -2456724 or 7111642. OLE color: 7111642.

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

Color convert

RGB 218 131 108 -
CMYK 0 0.40 0.50 0.15
HSL 12.55º 0.6% 0.64% -
HSV(B) 12.55º 0.5% 0.85% -
XYZ 39.74 32.22 18.31 -
YUV 154.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 218 131 108 0 0.40 0.50 0.15 12.55 0.6 0.64
Hex DA 83 6C 0 28 32 F D 3C 40
Octal 332 203 154 0 50 62 17 15 74 100
Binary 11011010 10000011 1101100 0 101000 110010 1111 1101 111100 1000000

Color Harmonies of #DA836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA836C

Black with #DA836C

Text Example


Text Example

White with #DA836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA836C; }

 p { color: rgb(218,131,108); }

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

background-color css

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

 a { background-color: rgb(218,131,108); }

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

border-color css

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

 span { border-color: rgb(218,131,108); }

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