Html Css Color HEX #DB756A New York Pink

📋 copy color: '#DB756A'

red 219 ◦ green 117 ◦ blue 106

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

Shades of New York Pink #DB756A

Tints of New York Pink #DB756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 106 (41.8% from 255) = 23.98%

R = 49.55%
G = 26.47%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB756A (or 0xDB756A) is known color: New York Pink. HEX triplet: DB, 75 and 6A. RGB value is (219,117,106). Sum of RGB (Red+Green+Blue) = 219+117+106=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756A is #248A95. Grayscale: #929292. Windows color (decimal): -2394774 or 6976987. OLE color: 6976987.

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

Color convert

RGB 219 117 106 -
CMYK 0 0.47 0.52 0.14
HSL 5.84º 0.61% 0.64% -
HSV(B) 5.84º 0.52% 0.86% -
XYZ 38.18 28.82 17.19 -
YUV 146.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 219 117 106 0 0.47 0.52 0.14 5.84 0.61 0.64
Hex DB 75 6A 0 2F 34 E 6 3D 40
Octal 333 165 152 0 57 64 16 6 75 100
Binary 11011011 1110101 1101010 0 101111 110100 1110 110 111101 1000000

Color Harmonies of #DB756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB756A

Black with #DB756A

Text Example


Text Example

White with #DB756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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