Html Css Color HEX #D09948 Anzac

📋 copy color: '#D09948'

red 208 ◦ green 153 ◦ blue 72

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

Shades of Anzac #D09948

Tints of Anzac #D09948

RGB

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

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

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

R = 48.04%
G = 35.33%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D09948 (or 0xD09948) is known color: Anzac. HEX triplet: D0, 99 and 48. RGB value is (208,153,72). Sum of RGB (Red+Green+Blue) = 208+153+72=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D09948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09948 is #2F66B7. Grayscale: #A0A0A0. Windows color (decimal): -3106488 or 4757968. OLE color: 4757968.

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

Color convert

RGB 208 153 72 -
CMYK 0 0.26 0.65 0.18
HSL 35.74º 0.59% 0.55% -
HSV(B) 35.74º 0.65% 0.82% -
XYZ 38.57 36.66 11.17 -
YUV 160.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 208 153 72 0 0.26 0.65 0.18 35.74 0.59 0.55
Hex D0 99 48 0 1A 41 12 24 3B 37
Octal 320 231 110 0 32 101 22 44 73 67
Binary 11010000 10011001 1001000 0 11010 1000001 10010 100100 111011 110111

Color Harmonies of #D09948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09948

Black with #D09948

Text Example


Text Example

White with #D09948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09948; }

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

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

background-color css

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

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

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

border-color css

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

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

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