Html Css Color HEX #DB8775 New York Pink

📋 copy color: '#DB8775'

red 219 ◦ green 135 ◦ blue 117

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

Shades of New York Pink #DB8775

Tints of New York Pink #DB8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 46.5%
G = 28.66%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8775 (or 0xDB8775) is known color: New York Pink. HEX triplet: DB, 87 and 75. RGB value is (219,135,117). Sum of RGB (Red+Green+Blue) = 219+135+117=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8775 is #24788A. Grayscale: #9E9E9E. Windows color (decimal): -2390155 or 7702491. OLE color: 7702491.

HSL color Cylindrical-coordinate representation of color #DB8775: hue angle of 10.59º 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 #DB8775 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 117 -
CMYK 0 0.38 0.47 0.14
HSL 10.59º 0.59% 0.66% -
HSV(B) 10.59º 0.47% 0.86% -
XYZ 41.09 33.67 21.16 -
YUV 158.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 219 135 117 0 0.38 0.47 0.14 10.59 0.59 0.66
Hex DB 87 75 0 26 2F E B 3B 42
Octal 333 207 165 0 46 57 16 13 73 102
Binary 11011011 10000111 1110101 0 100110 101111 1110 1011 111011 1000010

Color Harmonies of #DB8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8775

Black with #DB8775

Text Example


Text Example

White with #DB8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8775; }

 p { color: rgb(219,135,117); }

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

background-color css

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

 a { background-color: rgb(219,135,117); }

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

border-color css

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

 span { border-color: rgb(219,135,117); }

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