#D1944A

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

Shades of Anzac #D1944A

Tints of Anzac #D1944A

Color information

#D1944A (or 0xD1944A) is unknown color: approx Anzac. HEX triplet: D1, 94 and 4A. RGB value is (209,148,74). Sum of RGB (Red+Green+Blue) = 209+148+74=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1944A is #2E6BB5. Grayscale: #9E9E9E. Windows color (decimal): -3042230 or 4887761. OLE color: 4887761.

HSL color Cylindrical-coordinate representation of color #D1944A: hue angle of 32.89º degrees, saturation: 0.59, 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 #D1944A is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20914874-
CMYK00.290.650.18
HSL32.89º59.47%55.49%-
HSV(B)32.89º64.59%81.96%-
XYZ38.1235.2311.27-
YUV157.880.71164.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=48.49%
G=34.34%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091487400.290.650.1832.8959.4755.49
HexD1944A01D4112213b37
Octal32122411203510122417367
Binary11010001100101001001010011101100000110010100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1944A; }

 p { color: rgb(209,148,74); }

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

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

 a { background-color: rgb(209,148,74); }

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

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

 span { border-color: rgb(209,148,74); }

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