Html Css Color HEX #D19149 Anzac

📋 copy color: '#D19149'

red 209 ◦ green 145 ◦ blue 73

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

Shades of Anzac #D19149

Tints of Anzac #D19149

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.1%

R = 48.95%
G = 33.96%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D19149 (or 0xD19149) is known color: 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

RGB 209 145 73 -
CMYK 0 0.31 0.65 0.18
HSL 31.76º 0.6% 0.55% -
HSV(B) 31.76º 0.65% 0.82% -
XYZ 37.62 34.29 10.94 -
YUV 155.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 209 145 73 0 0.31 0.65 0.18 31.76 0.6 0.55
Hex D1 91 49 0 1F 41 12 20 3C 37
Octal 321 221 111 0 37 101 22 40 74 67
Binary 11010001 10010001 1001001 0 11111 1000001 10010 100000 111100 110111

Color Harmonies of #D19149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19149

Black with #D19149

Text Example


Text Example

White with #D19149

Text Example


Text Example

HTML Codes & Css Web 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>