Html Css Color HEX #DB766B New York Pink

📋 copy color: '#DB766B'

red 219 ◦ green 118 ◦ blue 107

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

Shades of New York Pink #DB766B

Tints of New York Pink #DB766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 49.32%
G = 26.58%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB766B (or 0xDB766B) is known color: New York Pink. HEX triplet: DB, 76 and 6B. RGB value is (219,118,107). Sum of RGB (Red+Green+Blue) = 219+118+107=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB766B is #248994. Grayscale: #939393. Windows color (decimal): -2394517 or 7042779. OLE color: 7042779.

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

Color convert

RGB 219 118 107 -
CMYK 0 0.46 0.51 0.14
HSL 5.89º 0.61% 0.64% -
HSV(B) 5.89º 0.51% 0.86% -
XYZ 38.35 29.08 17.5 -
YUV 146.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 219 118 107 0 0.46 0.51 0.14 5.89 0.61 0.64
Hex DB 76 6B 0 2E 33 E 6 3D 40
Octal 333 166 153 0 56 63 16 6 75 100
Binary 11011011 1110110 1101011 0 101110 110011 1110 110 111101 1000000

Color Harmonies of #DB766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB766B

Black with #DB766B

Text Example


Text Example

White with #DB766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB766B; }

 p { color: rgb(219,118,107); }

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

background-color css

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

 a { background-color: rgb(219,118,107); }

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

border-color css

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

 span { border-color: rgb(219,118,107); }

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