Html Css Color HEX #D09548 Anzac

📋 copy color: '#D09548'

red 208 ◦ green 149 ◦ blue 72

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

Shades of Anzac #D09548

Tints of Anzac #D09548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.78%

R = 48.48%
G = 34.73%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D09548 (or 0xD09548) is known color: Anzac. HEX triplet: D0, 95 and 48. RGB value is (208,149,72). Sum of RGB (Red+Green+Blue) = 208+149+72=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D09548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09548 is #2F6AB7. Grayscale: #9E9E9E. Windows color (decimal): -3107512 or 4756944. OLE color: 4756944.

HSL color Cylindrical-coordinate representation of color #D09548: hue angle of 33.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D09548 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 72 -
CMYK 0 0.28 0.65 0.18
HSL 33.97º 0.59% 0.55% -
HSV(B) 33.97º 0.65% 0.82% -
XYZ 37.93 35.37 10.96 -
YUV 157.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 208 149 72 0 0.28 0.65 0.18 33.97 0.59 0.55
Hex D0 95 48 0 1C 41 12 22 3B 37
Octal 320 225 110 0 34 101 22 42 73 67
Binary 11010000 10010101 1001000 0 11100 1000001 10010 100010 111011 110111

Color Harmonies of #D09548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09548

Black with #D09548

Text Example


Text Example

White with #D09548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09548; }

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

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

background-color css

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

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

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

border-color css

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

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

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