Html Css Color HEX #D0BF49 Old Gold

📋 copy color: '#D0BF49'

red 208 ◦ green 191 ◦ blue 73

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

Shades of Old Gold #D0BF49

Tints of Old Gold #D0BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

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

R = 44.07%
G = 40.47%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0BF49 (or 0xD0BF49) is known color: Old Gold. HEX triplet: D0, BF and 49. RGB value is (208,191,73). Sum of RGB (Red+Green+Blue) = 208+191+73=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF49 is #2F40B6. Grayscale: #B7B7B7. Windows color (decimal): -3096759 or 4833232. OLE color: 4833232.

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

Color convert

RGB 208 191 73 -
CMYK 0 0.08 0.65 0.18
HSL 52.44º 0.59% 0.55% -
HSV(B) 52.44º 0.65% 0.82% -
XYZ 45.85 51.15 13.76 -
YUV 182.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 208 191 73 0 0.08 0.65 0.18 52.44 0.59 0.55
Hex D0 BF 49 0 8 41 12 34 3B 37
Octal 320 277 111 0 10 101 22 64 73 67
Binary 11010000 10111111 1001001 0 1000 1000001 10010 110100 111011 110111

Color Harmonies of #D0BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF49

Black with #D0BF49

Text Example


Text Example

White with #D0BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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