Html Css Color HEX #D09441 Anzac

📋 copy color: '#D09441'

red 208 ◦ green 148 ◦ blue 65

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

Shades of Anzac #D09441

Tints of Anzac #D09441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 49.41%
G = 35.15%
B = 15.44%

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

#D09441 (or 0xD09441) is known color: Anzac. HEX triplet: D0, 94 and 41. RGB value is (208,148,65). Sum of RGB (Red+Green+Blue) = 208+148+65=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D09441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09441 is #2F6BBE. Grayscale: #9C9C9C. Windows color (decimal): -3107775 or 4297936. OLE color: 4297936.

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

Color convert

RGB 208 148 65 -
CMYK 0 0.29 0.69 0.18
HSL 34.83º 0.6% 0.54% -
HSV(B) 34.83º 0.69% 0.82% -
XYZ 37.56 34.97 9.77 -
YUV 156.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 208 148 65 0 0.29 0.69 0.18 34.83 0.6 0.54
Hex D0 94 41 0 1D 45 12 23 3C 36
Octal 320 224 101 0 35 105 22 43 74 66
Binary 11010000 10010100 1000001 0 11101 1000101 10010 100011 111100 110110

Color Harmonies of #D09441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09441

Black with #D09441

Text Example


Text Example

White with #D09441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09441; }

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

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

background-color css

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

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

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

border-color css

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

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

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