Html Css Color HEX #DB7B68 New York Pink

📋 copy color: '#DB7B68'

red 219 ◦ green 123 ◦ blue 104

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

Shades of New York Pink #DB7B68

Tints of New York Pink #DB7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 49.1%
G = 27.58%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7B68 (or 0xDB7B68) is known color: New York Pink. HEX triplet: DB, 7B and 68. RGB value is (219,123,104). Sum of RGB (Red+Green+Blue) = 219+123+104=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B68 is #248497. Grayscale: #959595. Windows color (decimal): -2393240 or 6847451. OLE color: 6847451.

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

Color convert

RGB 219 123 104 -
CMYK 0 0.44 0.53 0.14
HSL 9.91º 0.61% 0.63% -
HSV(B) 9.91º 0.53% 0.86% -
XYZ 38.8 30.23 16.89 -
YUV 149.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 219 123 104 0 0.44 0.53 0.14 9.91 0.61 0.63
Hex DB 7B 68 0 2C 35 E A 3D 3F
Octal 333 173 150 0 54 65 16 12 75 77
Binary 11011011 1111011 1101000 0 101100 110101 1110 1010 111101 111111

Color Harmonies of #DB7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B68

Black with #DB7B68

Text Example


Text Example

White with #DB7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B68; }

 p { color: rgb(219,123,104); }

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

background-color css

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

 a { background-color: rgb(219,123,104); }

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

border-color css

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

 span { border-color: rgb(219,123,104); }

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