Html Css Color HEX #DB8A74 New York Pink

📋 copy color: '#DB8A74'

red 219 ◦ green 138 ◦ blue 116

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

Shades of New York Pink #DB8A74

Tints of New York Pink #DB8A74

RGB

 RED value IS 219 (85.94% from 255) = 46.3%

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 46.3%
G = 29.18%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8A74 (or 0xDB8A74) is known color: New York Pink. HEX triplet: DB, 8A and 74. RGB value is (219,138,116). Sum of RGB (Red+Green+Blue) = 219+138+116=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A74 is #24758B. Grayscale: #9F9F9F. Windows color (decimal): -2389388 or 7637723. OLE color: 7637723.

HSL color Cylindrical-coordinate representation of color #DB8A74: hue angle of 12.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8A74 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 116 -
CMYK 0 0.37 0.47 0.14
HSL 12.82º 0.59% 0.66% -
HSV(B) 12.82º 0.47% 0.86% -
XYZ 41.45 34.5 21 -
YUV 159.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 219 138 116 0 0.37 0.47 0.14 12.82 0.59 0.66
Hex DB 8A 74 0 25 2F E D 3B 42
Octal 333 212 164 0 45 57 16 15 73 102
Binary 11011011 10001010 1110100 0 100101 101111 1110 1101 111011 1000010

Color Harmonies of #DB8A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A74

Black with #DB8A74

Text Example


Text Example

White with #DB8A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A74; }

 p { color: rgb(219,138,116); }

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

background-color css

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

 a { background-color: rgb(219,138,116); }

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

border-color css

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

 span { border-color: rgb(219,138,116); }

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