Html Css Color HEX #DE7C6E New York Pink

📋 copy color: '#DE7C6E'

red 222 ◦ green 124 ◦ blue 110

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

Shades of New York Pink #DE7C6E

Tints of New York Pink #DE7C6E

RGB

 RED value IS 222 (87.11% from 255) = 48.68%

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 48.68%
G = 27.19%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE7C6E (or 0xDE7C6E) is known color: New York Pink. HEX triplet: DE, 7C and 6E. RGB value is (222,124,110). Sum of RGB (Red+Green+Blue) = 222+124+110=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C6E is #218391. Grayscale: #979797. Windows color (decimal): -2196370 or 7240926. OLE color: 7240926.

HSL color Cylindrical-coordinate representation of color #DE7C6E: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7C6E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 110 -
CMYK 0 0.44 0.50 0.13
HSL 7.5º 0.63% 0.65% -
HSV(B) 7.5º 0.5% 0.87% -
XYZ 40.15 31.07 18.63 -
YUV 151.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 222 124 110 0 0.44 0.50 0.13 7.5 0.63 0.65
Hex DE 7C 6E 0 2C 32 D 8 3F 41
Octal 336 174 156 0 54 62 15 10 77 101
Binary 11011110 1111100 1101110 0 101100 110010 1101 1000 111111 1000001

Color Harmonies of #DE7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C6E

Black with #DE7C6E

Text Example


Text Example

White with #DE7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C6E; }

 p { color: rgb(222,124,110); }

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

background-color css

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

 a { background-color: rgb(222,124,110); }

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

border-color css

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

 span { border-color: rgb(222,124,110); }

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