Html Css Color HEX #D4816F New York Pink

📋 copy color: '#D4816F'

red 212 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #D4816F

Tints of New York Pink #D4816F

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 28.54%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4816F (or 0xD4816F) is known color: New York Pink. HEX triplet: D4, 81 and 6F. RGB value is (212,129,111). Sum of RGB (Red+Green+Blue) = 212+129+111=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4816F is #2B7E90. Grayscale: #979797. Windows color (decimal): -2850449 or 7307732. OLE color: 7307732.

HSL color Cylindrical-coordinate representation of color #D4816F: hue angle of 10.69º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4816F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 111 -
CMYK 0 0.39 0.48 0.17
HSL 10.69º 0.54% 0.63% -
HSV(B) 10.69º 0.48% 0.83% -
XYZ 37.87 30.85 19 -
YUV 151.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 212 129 111 0 0.39 0.48 0.17 10.69 0.54 0.63
Hex D4 81 6F 0 27 30 11 B 36 3F
Octal 324 201 157 0 47 60 21 13 66 77
Binary 11010100 10000001 1101111 0 100111 110000 10001 1011 110110 111111

Color Harmonies of #D4816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4816F

Black with #D4816F

Text Example


Text Example

White with #D4816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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