Html Css Color HEX #DF7B69 New York Pink

📋 copy color: '#DF7B69'

red 223 ◦ green 123 ◦ blue 105

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

Shades of New York Pink #DF7B69

Tints of New York Pink #DF7B69

RGB

 RED value IS 223 (87.5% from 255) = 49.45%

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

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

R = 49.45%
G = 27.27%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF7B69 (or 0xDF7B69) is known color: New York Pink. HEX triplet: DF, 7B and 69. RGB value is (223,123,105). Sum of RGB (Red+Green+Blue) = 223+123+105=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B69 is #208496. Grayscale: #979797. Windows color (decimal): -2131095 or 6912991. OLE color: 6912991.

HSL color Cylindrical-coordinate representation of color #DF7B69: hue angle of 9.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF7B69 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 123 105 -
CMYK 0 0.45 0.53 0.13
HSL 9.15º 0.65% 0.64% -
HSV(B) 9.15º 0.53% 0.87% -
XYZ 40.06 30.87 17.21 -
YUV 150.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 223 123 105 0 0.45 0.53 0.13 9.15 0.65 0.64
Hex DF 7B 69 0 2D 35 D 9 41 40
Octal 337 173 151 0 55 65 15 11 101 100
Binary 11011111 1111011 1101001 0 101101 110101 1101 1001 1000001 1000000

Color Harmonies of #DF7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B69

Black with #DF7B69

Text Example


Text Example

White with #DF7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B69; }

 p { color: rgb(223,123,105); }

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

background-color css

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

 a { background-color: rgb(223,123,105); }

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

border-color css

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

 span { border-color: rgb(223,123,105); }

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