Html Css Color HEX #D0B949 Old Gold

📋 copy color: '#D0B949'

red 208 ◦ green 185 ◦ blue 73

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

Shades of Old Gold #D0B949

Tints of Old Gold #D0B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 44.64%
G = 39.7%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0B949 (or 0xD0B949) is known color: Old Gold. HEX triplet: D0, B9 and 49. RGB value is (208,185,73). Sum of RGB (Red+Green+Blue) = 208+185+73=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B949 is #2F46B6. Grayscale: #B3B3B3. Windows color (decimal): -3098295 or 4831696. OLE color: 4831696.

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

Color convert

RGB 208 185 73 -
CMYK 0 0.11 0.65 0.18
HSL 49.78º 0.59% 0.55% -
HSV(B) 49.78º 0.65% 0.82% -
XYZ 44.56 48.59 13.33 -
YUV 179.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 208 185 73 0 0.11 0.65 0.18 49.78 0.59 0.55
Hex D0 B9 49 0 B 41 12 32 3B 37
Octal 320 271 111 0 13 101 22 62 73 67
Binary 11010000 10111001 1001001 0 1011 1000001 10010 110010 111011 110111

Color Harmonies of #D0B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B949

Black with #D0B949

Text Example


Text Example

White with #D0B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B949; }

 p { color: rgb(208,185,73); }

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

background-color css

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

 a { background-color: rgb(208,185,73); }

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

border-color css

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

 span { border-color: rgb(208,185,73); }

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