Html Css Color HEX #D09040 Anzac

📋 copy color: '#D09040'

red 208 ◦ green 144 ◦ blue 64

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

Shades of Anzac #D09040

Tints of Anzac #D09040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

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

R = 50%
G = 34.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09040 (or 0xD09040) is known color: Anzac. HEX triplet: D0, 90 and 40. RGB value is (208,144,64). Sum of RGB (Red+Green+Blue) = 208+144+64=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D09040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09040 is #2F6FBF. Grayscale: #9A9A9A. Windows color (decimal): -3108800 or 4231376. OLE color: 4231376.

HSL color Cylindrical-coordinate representation of color #D09040: hue angle of 33.33º 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 #D09040 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 64 -
CMYK 0 0.31 0.69 0.18
HSL 33.33º 0.61% 0.53% -
HSV(B) 33.33º 0.69% 0.82% -
XYZ 36.91 33.73 9.41 -
YUV 154.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 208 144 64 0 0.31 0.69 0.18 33.33 0.61 0.53
Hex D0 90 40 0 1F 45 12 21 3D 35
Octal 320 220 100 0 37 105 22 41 75 65
Binary 11010000 10010000 1000000 0 11111 1000101 10010 100001 111101 110101

Color Harmonies of #D09040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09040

Black with #D09040

Text Example


Text Example

White with #D09040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09040; }

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

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

background-color css

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

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

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

border-color css

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

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

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