Html Css Color HEX #D09540 Anzac

📋 copy color: '#D09540'

red 208 ◦ green 149 ◦ blue 64

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

Shades of Anzac #D09540

Tints of Anzac #D09540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 49.41%
G = 35.39%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09540 (or 0xD09540) is known color: Anzac. HEX triplet: D0, 95 and 40. RGB value is (208,149,64). Sum of RGB (Red+Green+Blue) = 208+149+64=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D09540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09540 is #2F6ABF. Grayscale: #9D9D9D. Windows color (decimal): -3107520 or 4232656. OLE color: 4232656.

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

Color convert

RGB 208 149 64 -
CMYK 0 0.28 0.69 0.18
HSL 35.42º 0.61% 0.53% -
HSV(B) 35.42º 0.69% 0.82% -
XYZ 37.69 35.27 9.67 -
YUV 156.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 208 149 64 0 0.28 0.69 0.18 35.42 0.61 0.53
Hex D0 95 40 0 1C 45 12 23 3D 35
Octal 320 225 100 0 34 105 22 43 75 65
Binary 11010000 10010101 1000000 0 11100 1000101 10010 100011 111101 110101

Color Harmonies of #D09540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09540

Black with #D09540

Text Example


Text Example

White with #D09540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09540; }

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

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

background-color css

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

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

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

border-color css

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

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

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