Html Css Color HEX #DF7B6C New York Pink

📋 copy color: '#DF7B6C'

red 223 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #DF7B6C

Tints of New York Pink #DF7B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 49.12%
G = 27.09%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF7B6C (or 0xDF7B6C) is known color: New York Pink. HEX triplet: DF, 7B and 6C. RGB value is (223,123,108). Sum of RGB (Red+Green+Blue) = 223+123+108=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B6C is #208493. Grayscale: #979797. Windows color (decimal): -2131092 or 7109599. OLE color: 7109599.

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

Color convert

RGB 223 123 108 -
CMYK 0 0.45 0.52 0.13
HSL 7.83º 0.64% 0.65% -
HSV(B) 7.83º 0.52% 0.87% -
XYZ 40.22 30.94 18.04 -
YUV 151.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 223 123 108 0 0.45 0.52 0.13 7.83 0.64 0.65
Hex DF 7B 6C 0 2D 34 D 8 40 41
Octal 337 173 154 0 55 64 15 10 100 101
Binary 11011111 1111011 1101100 0 101101 110100 1101 1000 1000000 1000001

Color Harmonies of #DF7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B6C

Black with #DF7B6C

Text Example


Text Example

White with #DF7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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