Html Css Color HEX #DA8372 New York Pink

📋 copy color: '#DA8372'

red 218 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #DA8372

Tints of New York Pink #DA8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 47.08%
G = 28.29%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8372 (or 0xDA8372) is known color: New York Pink. HEX triplet: DA, 83 and 72. RGB value is (218,131,114). Sum of RGB (Red+Green+Blue) = 218+131+114=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8372 is #257C8D. Grayscale: #9B9B9B. Windows color (decimal): -2456718 or 7504858. OLE color: 7504858.

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

Color convert

RGB 218 131 114 -
CMYK 0 0.40 0.48 0.15
HSL 9.81º 0.58% 0.65% -
HSV(B) 9.81º 0.48% 0.85% -
XYZ 40.07 32.35 20.05 -
YUV 155.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 218 131 114 0 0.40 0.48 0.15 9.81 0.58 0.65
Hex DA 83 72 0 28 30 F A 3A 41
Octal 332 203 162 0 50 60 17 12 72 101
Binary 11011010 10000011 1110010 0 101000 110000 1111 1010 111010 1000001

Color Harmonies of #DA8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8372

Black with #DA8372

Text Example


Text Example

White with #DA8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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