Html Css Color HEX #D19340 Anzac

📋 copy color: '#D19340'

red 209 ◦ green 147 ◦ blue 64

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

Shades of Anzac #D19340

Tints of Anzac #D19340

RGB

 RED value IS 209 (82.03% from 255) = 49.76%

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 49.76%
G = 35%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D19340 (or 0xD19340) is known color: Anzac. HEX triplet: D1, 93 and 40. RGB value is (209,147,64). Sum of RGB (Red+Green+Blue) = 209+147+64=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D19340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19340 is #2E6CBF. Grayscale: #9C9C9C. Windows color (decimal): -3042496 or 4232145. OLE color: 4232145.

HSL color Cylindrical-coordinate representation of color #D19340: hue angle of 34.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D19340 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 64 -
CMYK 0 0.30 0.69 0.18
HSL 34.34º 0.61% 0.54% -
HSV(B) 34.34º 0.69% 0.82% -
XYZ 37.65 34.79 9.58 -
YUV 156.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 209 147 64 0 0.30 0.69 0.18 34.34 0.61 0.54
Hex D1 93 40 0 1E 45 12 22 3D 36
Octal 321 223 100 0 36 105 22 42 75 66
Binary 11010001 10010011 1000000 0 11110 1000101 10010 100010 111101 110110

Color Harmonies of #D19340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19340

Black with #D19340

Text Example


Text Example

White with #D19340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19340; }

 p { color: rgb(209,147,64); }

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

background-color css

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

 a { background-color: rgb(209,147,64); }

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

border-color css

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

 span { border-color: rgb(209,147,64); }

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