Html Css Color HEX #DA836F New York Pink

📋 copy color: '#DA836F'

red 218 ◦ green 131 ◦ blue 111

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

Shades of New York Pink #DA836F

Tints of New York Pink #DA836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 47.39%
G = 28.48%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA836F (or 0xDA836F) is known color: New York Pink. HEX triplet: DA, 83 and 6F. RGB value is (218,131,111). Sum of RGB (Red+Green+Blue) = 218+131+111=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836F is #257C90. Grayscale: #9A9A9A. Windows color (decimal): -2456721 or 7308250. OLE color: 7308250.

HSL color Cylindrical-coordinate representation of color #DA836F: hue angle of 11.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA836F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 111 -
CMYK 0 0.40 0.49 0.15
HSL 11.21º 0.59% 0.65% -
HSV(B) 11.21º 0.49% 0.85% -
XYZ 39.9 32.29 19.17 -
YUV 154.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 218 131 111 0 0.40 0.49 0.15 11.21 0.59 0.65
Hex DA 83 6F 0 28 31 F B 3B 41
Octal 332 203 157 0 50 61 17 13 73 101
Binary 11011010 10000011 1101111 0 101000 110001 1111 1011 111011 1000001

Color Harmonies of #DA836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA836F

Black with #DA836F

Text Example


Text Example

White with #DA836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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