Html Css Color HEX #D1BF3E Old Gold

📋 copy color: '#D1BF3E'

red 209 ◦ green 191 ◦ blue 62

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

Shades of Old Gold #D1BF3E

Tints of Old Gold #D1BF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.42%

R = 45.24%
G = 41.34%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1BF3E (or 0xD1BF3E) is known color: Old Gold. HEX triplet: D1, BF and 3E. RGB value is (209,191,62). Sum of RGB (Red+Green+Blue) = 209+191+62=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF3E is #2E40C1. Grayscale: #B6B6B6. Windows color (decimal): -3031234 or 4112337. OLE color: 4112337.

HSL color Cylindrical-coordinate representation of color #D1BF3E: hue angle of 52.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1BF3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 62 -
CMYK 0 0.09 0.70 0.18
HSL 52.65º 0.62% 0.53% -
HSV(B) 52.65º 0.7% 0.82% -
XYZ 45.79 51.16 12.02 -
YUV 181.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 209 191 62 0 0.09 0.70 0.18 52.65 0.62 0.53
Hex D1 BF 3E 0 9 46 12 35 3E 35
Octal 321 277 76 0 11 106 22 65 76 65
Binary 11010001 10111111 111110 0 1001 1000110 10010 110101 111110 110101

Color Harmonies of #D1BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF3E

Black with #D1BF3E

Text Example


Text Example

White with #D1BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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