#D1914C

Color #D1914C Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #D1914C

Tints of Anzac #D1914C

Color information

#D1914C (or 0xD1914C) is unknown color: approx Anzac. HEX triplet: D1, 91 and 4C. RGB value is (209,145,76). Sum of RGB (Red+Green+Blue) = 209+145+76=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1914C is #2E6EB3. Grayscale: #9C9C9C. Windows color (decimal): -3042996 or 5018065. OLE color: 5018065.

HSL color Cylindrical-coordinate representation of color #D1914C: hue angle of 31.13º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1914C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20914576-
CMYK00.310.640.18
HSL31.13º59.11%55.88%-
HSV(B)31.13º63.64%81.96%-
XYZ37.7234.3311.48-
YUV156.2782.7165.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=48.60%
G=33.72%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091457600.310.640.1831.1359.1155.88
HexD1914C01F40121f3b38
Octal32122111403710022377370
Binary1101000110010001100110001111110000001001011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1914C; }

 p { color: rgb(209,145,76); }

 H1.HeaderClassName
 {
   color: #D1914C;
 }
 .AnyTagClassName
 {
   color: #D1914C;
 }
</style>
background-color css

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

 a { background-color: rgb(209,145,76); }

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

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

 span { border-color: rgb(209,145,76); }

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