Html Css Color HEX #DE866F New York Pink

📋 copy color: '#DE866F'

red 222 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #DE866F

Tints of New York Pink #DE866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.69%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 47.54%
G = 28.69%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE866F (or 0xDE866F) is known color: New York Pink. HEX triplet: DE, 86 and 6F. RGB value is (222,134,111). Sum of RGB (Red+Green+Blue) = 222+134+111=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE866F is #217990. Grayscale: #9D9D9D. Windows color (decimal): -2193809 or 7309022. OLE color: 7309022.

HSL color Cylindrical-coordinate representation of color #DE866F: hue angle of 12.43º 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 #DE866F is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 134 111 -
CMYK 0 0.40 0.5 0.13
HSL 12.43º 0.63% 0.65% -
HSV(B) 12.43º 0.5% 0.87% -
XYZ 41.52 33.73 19.36 -
YUV 157.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 222 134 111 0 0.40 0.5 0.13 12.43 0.63 0.65
Hex DE 86 6F 0 28 32 D C 3F 41
Octal 336 206 157 0 50 62 15 14 77 101
Binary 11011110 10000110 1101111 0 101000 110010 1101 1100 111111 1000001

Color Harmonies of #DE866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE866F

Black with #DE866F

Text Example


Text Example

White with #DE866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE866F; }

 p { color: rgb(222,134,111); }

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

background-color css

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

 a { background-color: rgb(222,134,111); }

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

border-color css

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

 span { border-color: rgb(222,134,111); }

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