Html Css Color HEX #D09344 Anzac

📋 copy color: '#D09344'

red 208 ◦ green 147 ◦ blue 68

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

Shades of Anzac #D09344

Tints of Anzac #D09344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 49.17%
G = 34.75%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D09344 (or 0xD09344) is known color: Anzac. HEX triplet: D0, 93 and 44. RGB value is (208,147,68). Sum of RGB (Red+Green+Blue) = 208+147+68=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D09344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09344 is #2F6CBB. Grayscale: #9C9C9C. Windows color (decimal): -3108028 or 4494288. OLE color: 4494288.

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

Color convert

RGB 208 147 68 -
CMYK 0 0.29 0.67 0.18
HSL 33.86º 0.6% 0.54% -
HSV(B) 33.86º 0.67% 0.82% -
XYZ 37.49 34.69 10.19 -
YUV 156.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 208 147 68 0 0.29 0.67 0.18 33.86 0.6 0.54
Hex D0 93 44 0 1D 43 12 22 3C 36
Octal 320 223 104 0 35 103 22 42 74 66
Binary 11010000 10010011 1000100 0 11101 1000011 10010 100010 111100 110110

Color Harmonies of #D09344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09344

Black with #D09344

Text Example


Text Example

White with #D09344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09344; }

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

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

background-color css

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

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

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

border-color css

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

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

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