Html Css Color HEX #D09340 Anzac

📋 copy color: '#D09340'

red 208 ◦ green 147 ◦ blue 64

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

Shades of Anzac #D09340

Tints of Anzac #D09340

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

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

R = 49.64%
G = 35.08%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09340 (or 0xD09340) is known color: Anzac. HEX triplet: D0, 93 and 40. RGB value is (208,147,64). Sum of RGB (Red+Green+Blue) = 208+147+64=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D09340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09340 is #2F6CBF. Grayscale: #9C9C9C. Windows color (decimal): -3108032 or 4232144. OLE color: 4232144.

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

Color convert

RGB 208 147 64 -
CMYK 0 0.29 0.69 0.18
HSL 34.58º 0.61% 0.53% -
HSV(B) 34.58º 0.69% 0.82% -
XYZ 37.37 34.65 9.57 -
YUV 155.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 208 147 64 0 0.29 0.69 0.18 34.58 0.61 0.53
Hex D0 93 40 0 1D 45 12 23 3D 35
Octal 320 223 100 0 35 105 22 43 75 65
Binary 11010000 10010011 1000000 0 11101 1000101 10010 100011 111101 110101

Color Harmonies of #D09340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09340

Black with #D09340

Text Example


Text Example

White with #D09340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09340; }

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

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

background-color css

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

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

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

border-color css

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

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

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