Html Css Color HEX #DB7A69 New York Pink

📋 copy color: '#DB7A69'

red 219 ◦ green 122 ◦ blue 105

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

Shades of New York Pink #DB7A69

Tints of New York Pink #DB7A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 49.1%
G = 27.35%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7A69 (or 0xDB7A69) is known color: New York Pink. HEX triplet: DB, 7A and 69. RGB value is (219,122,105). Sum of RGB (Red+Green+Blue) = 219+122+105=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A69 is #248596. Grayscale: #959595. Windows color (decimal): -2393495 or 6912731. OLE color: 6912731.

HSL color Cylindrical-coordinate representation of color #DB7A69: hue angle of 8.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7A69 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 105 -
CMYK 0 0.44 0.52 0.14
HSL 8.95º 0.61% 0.64% -
HSV(B) 8.95º 0.52% 0.86% -
XYZ 38.72 30 17.11 -
YUV 149.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 219 122 105 0 0.44 0.52 0.14 8.95 0.61 0.64
Hex DB 7A 69 0 2C 34 E 9 3D 40
Octal 333 172 151 0 54 64 16 11 75 100
Binary 11011011 1111010 1101001 0 101100 110100 1110 1001 111101 1000000

Color Harmonies of #DB7A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A69

Black with #DB7A69

Text Example


Text Example

White with #DB7A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A69; }

 p { color: rgb(219,122,105); }

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

background-color css

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

 a { background-color: rgb(219,122,105); }

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

border-color css

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

 span { border-color: rgb(219,122,105); }

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