Html Css Color HEX #D09941 Anzac

📋 copy color: '#D09941'

red 208 ◦ green 153 ◦ blue 65

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

Shades of Anzac #D09941

Tints of Anzac #D09941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 48.83%
G = 35.92%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09941 (or 0xD09941) is known color: Anzac. HEX triplet: D0, 99 and 41. RGB value is (208,153,65). Sum of RGB (Red+Green+Blue) = 208+153+65=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D09941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09941 is #2F66BE. Grayscale: #9F9F9F. Windows color (decimal): -3106495 or 4299216. OLE color: 4299216.

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

Color convert

RGB 208 153 65 -
CMYK 0 0.26 0.69 0.18
HSL 36.92º 0.6% 0.54% -
HSV(B) 36.92º 0.69% 0.82% -
XYZ 38.36 36.57 10.04 -
YUV 159.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 208 153 65 0 0.26 0.69 0.18 36.92 0.6 0.54
Hex D0 99 41 0 1A 45 12 25 3C 36
Octal 320 231 101 0 32 105 22 45 74 66
Binary 11010000 10011001 1000001 0 11010 1000101 10010 100101 111100 110110

Color Harmonies of #D09941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09941

Black with #D09941

Text Example


Text Example

White with #D09941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09941; }

 p { color: rgb(208,153,65); }

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

background-color css

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

 a { background-color: rgb(208,153,65); }

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

border-color css

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

 span { border-color: rgb(208,153,65); }

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