Html Css Color HEX #D1BF2F Old Gold

📋 copy color: '#D1BF2F'

red 209 ◦ green 191 ◦ blue 47

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

Shades of Old Gold #D1BF2F

Tints of Old Gold #D1BF2F

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 47 (18.75% from 255) = 10.51%

R = 46.76%
G = 42.73%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1BF2F (or 0xD1BF2F) is known color: Old Gold. HEX triplet: D1, BF and 2F. RGB value is (209,191,47). Sum of RGB (Red+Green+Blue) = 209+191+47=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF2F is #2E40D0. Grayscale: #B4B4B4. Windows color (decimal): -3031249 or 3129297. OLE color: 3129297.

HSL color Cylindrical-coordinate representation of color #D1BF2F: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1BF2F is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 47 -
CMYK 0 0.09 0.78 0.18
HSL 53.33º 0.64% 0.5% -
HSV(B) 53.33º 0.78% 0.82% -
XYZ 45.44 51.02 10.14 -
YUV 179.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 209 191 47 0 0.09 0.78 0.18 53.33 0.64 0.5
Hex D1 BF 2F 0 9 4E 12 35 40 32
Octal 321 277 57 0 11 116 22 65 100 62
Binary 11010001 10111111 101111 0 1001 1001110 10010 110101 1000000 110010

Color Harmonies of #D1BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF2F

Black with #D1BF2F

Text Example


Text Example

White with #D1BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF2F; }

 p { color: rgb(209,191,47); }

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

background-color css

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

 a { background-color: rgb(209,191,47); }

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

border-color css

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

 span { border-color: rgb(209,191,47); }

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