Html Css Color HEX #DA8B72 New York Pink

📋 copy color: '#DA8B72'

red 218 ◦ green 139 ◦ blue 114

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

Shades of New York Pink #DA8B72

Tints of New York Pink #DA8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 46.28%
G = 29.51%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8B72 (or 0xDA8B72) is known color: New York Pink. HEX triplet: DA, 8B and 72. RGB value is (218,139,114). Sum of RGB (Red+Green+Blue) = 218+139+114=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B72 is #25748D. Grayscale: #9F9F9F. Windows color (decimal): -2454670 or 7506906. OLE color: 7506906.

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

Color convert

RGB 218 139 114 -
CMYK 0 0.36 0.48 0.15
HSL 14.42º 0.58% 0.65% -
HSV(B) 14.42º 0.48% 0.85% -
XYZ 41.18 34.59 20.42 -
YUV 159.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 218 139 114 0 0.36 0.48 0.15 14.42 0.58 0.65
Hex DA 8B 72 0 24 30 F E 3A 41
Octal 332 213 162 0 44 60 17 16 72 101
Binary 11011010 10001011 1110010 0 100100 110000 1111 1110 111010 1000001

Color Harmonies of #DA8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B72

Black with #DA8B72

Text Example


Text Example

White with #DA8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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