Html Css Color HEX #D7816F New York Pink

📋 copy color: '#D7816F'

red 215 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #D7816F

Tints of New York Pink #D7816F

RGB

 RED value IS 215 (84.38% from 255) = 47.25%

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 47.25%
G = 28.35%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7816F (or 0xD7816F) is known color: New York Pink. HEX triplet: D7, 81 and 6F. RGB value is (215,129,111). Sum of RGB (Red+Green+Blue) = 215+129+111=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7816F is #287E90. Grayscale: #989898. Windows color (decimal): -2653841 or 7307735. OLE color: 7307735.

HSL color Cylindrical-coordinate representation of color #D7816F: hue angle of 10.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7816F is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 111 -
CMYK 0 0.4 0.48 0.16
HSL 10.38º 0.57% 0.64% -
HSV(B) 10.38º 0.48% 0.84% -
XYZ 38.74 31.3 19.04 -
YUV 152.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 215 129 111 0 0.4 0.48 0.16 10.38 0.57 0.64
Hex D7 81 6F 0 28 30 10 A 39 40
Octal 327 201 157 0 50 60 20 12 71 100
Binary 11010111 10000001 1101111 0 101000 110000 10000 1010 111001 1000000

Color Harmonies of #D7816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7816F

Black with #D7816F

Text Example


Text Example

White with #D7816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7816F; }

 p { color: rgb(215,129,111); }

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

background-color css

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

 a { background-color: rgb(215,129,111); }

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

border-color css

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

 span { border-color: rgb(215,129,111); }

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