Html Css Color HEX #D0B349 Old Gold

📋 copy color: '#D0B349'

red 208 ◦ green 179 ◦ blue 73

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

Shades of Old Gold #D0B349

Tints of Old Gold #D0B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.91%

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

R = 45.22%
G = 38.91%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0B349 (or 0xD0B349) is known color: Old Gold. HEX triplet: D0, B3 and 49. RGB value is (208,179,73). Sum of RGB (Red+Green+Blue) = 208+179+73=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B349 is #2F4CB6. Grayscale: #B0B0B0. Windows color (decimal): -3099831 or 4830160. OLE color: 4830160.

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

Color convert

RGB 208 179 73 -
CMYK 0 0.14 0.65 0.18
HSL 47.11º 0.59% 0.55% -
HSV(B) 47.11º 0.65% 0.82% -
XYZ 43.34 46.13 12.92 -
YUV 175.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 208 179 73 0 0.14 0.65 0.18 47.11 0.59 0.55
Hex D0 B3 49 0 E 41 12 2F 3B 37
Octal 320 263 111 0 16 101 22 57 73 67
Binary 11010000 10110011 1001001 0 1110 1000001 10010 101111 111011 110111

Color Harmonies of #D0B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B349

Black with #D0B349

Text Example


Text Example

White with #D0B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B349; }

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

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

background-color css

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

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

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

border-color css

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

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

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