Html Css Color HEX #DB7B67 New York Pink

📋 copy color: '#DB7B67'

red 219 ◦ green 123 ◦ blue 103

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

Shades of New York Pink #DB7B67

Tints of New York Pink #DB7B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.15%

R = 49.21%
G = 27.64%
B = 23.15%

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

#DB7B67 (or 0xDB7B67) is known color: New York Pink. HEX triplet: DB, 7B and 67. RGB value is (219,123,103). Sum of RGB (Red+Green+Blue) = 219+123+103=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B67 is #248498. Grayscale: #959595. Windows color (decimal): -2393241 or 6781915. OLE color: 6781915.

HSL color Cylindrical-coordinate representation of color #DB7B67: hue angle of 10.34º degrees, saturation: 0.62, 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 #DB7B67 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 103 -
CMYK 0 0.44 0.53 0.14
HSL 10.34º 0.62% 0.63% -
HSV(B) 10.34º 0.53% 0.86% -
XYZ 38.74 30.21 16.62 -
YUV 149.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 219 123 103 0 0.44 0.53 0.14 10.34 0.62 0.63
Hex DB 7B 67 0 2C 35 E A 3E 3F
Octal 333 173 147 0 54 65 16 12 76 77
Binary 11011011 1111011 1100111 0 101100 110101 1110 1010 111110 111111

Color Harmonies of #DB7B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B67

Black with #DB7B67

Text Example


Text Example

White with #DB7B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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