#D19149

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

Shades of Anzac #D19149

Tints of Anzac #D19149

Color information

#D19149 (or 0xD19149) is unknown color: approx Anzac. HEX triplet: D1, 91 and 49. RGB value is (209,145,73). Sum of RGB (Red+Green+Blue) = 209+145+73=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D19149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19149 is #2E6EB6. Grayscale: #9C9C9C. Windows color (decimal): -3042999 or 4821457. OLE color: 4821457.

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

Color convert

RGB20914573-
CMYK00.310.650.18
HSL31.76º59.65%55.29%-
HSV(B)31.76º65.07%81.96%-
XYZ37.6234.2910.94-
YUV155.9381.2165.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=48.95%
G=33.96%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091457300.310.650.1831.7659.6555.29
HexD1914901F4112203c37
Octal32122111103710122407467
Binary11010001100100011001001011111100000110010100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19149; }

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

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

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

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

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

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

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

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