Html Css Color HEX #DA836D New York Pink

📋 copy color: '#DA836D'

red 218 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #DA836D

Tints of New York Pink #DA836D

RGB

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

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

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

R = 47.6%
G = 28.6%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA836D (or 0xDA836D) is known color: New York Pink. HEX triplet: DA, 83 and 6D. RGB value is (218,131,109). Sum of RGB (Red+Green+Blue) = 218+131+109=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836D is #257C92. Grayscale: #9A9A9A. Windows color (decimal): -2456723 or 7177178. OLE color: 7177178.

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

Color convert

RGB 218 131 109 -
CMYK 0 0.40 0.5 0.15
HSL 12.11º 0.6% 0.64% -
HSV(B) 12.11º 0.5% 0.85% -
XYZ 39.79 32.24 18.59 -
YUV 154.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 218 131 109 0 0.40 0.5 0.15 12.11 0.6 0.64
Hex DA 83 6D 0 28 32 F C 3C 40
Octal 332 203 155 0 50 62 17 14 74 100
Binary 11011010 10000011 1101101 0 101000 110010 1111 1100 111100 1000000

Color Harmonies of #DA836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA836D

Black with #DA836D

Text Example


Text Example

White with #DA836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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