Html Css Color HEX #D1BA40 Old Gold

📋 copy color: '#D1BA40'

red 209 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #D1BA40

Tints of Old Gold #D1BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 45.53%
G = 40.52%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1BA40 (or 0xD1BA40) is known color: Old Gold. HEX triplet: D1, BA and 40. RGB value is (209,186,64). Sum of RGB (Red+Green+Blue) = 209+186+64=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA40 is #2E45BF. Grayscale: #B3B3B3. Windows color (decimal): -3032512 or 4242129. OLE color: 4242129.

HSL color Cylindrical-coordinate representation of color #D1BA40: hue angle of 50.48º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1BA40 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 64 -
CMYK 0 0.11 0.69 0.18
HSL 50.48º 0.61% 0.54% -
HSV(B) 50.48º 0.69% 0.82% -
XYZ 44.78 49.04 11.96 -
YUV 178.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 209 186 64 0 0.11 0.69 0.18 50.48 0.61 0.54
Hex D1 BA 40 0 B 45 12 32 3D 36
Octal 321 272 100 0 13 105 22 62 75 66
Binary 11010001 10111010 1000000 0 1011 1000101 10010 110010 111101 110110

Color Harmonies of #D1BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA40

Black with #D1BA40

Text Example


Text Example

White with #D1BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA40; }

 p { color: rgb(209,186,64); }

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

background-color css

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

 a { background-color: rgb(209,186,64); }

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

border-color css

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

 span { border-color: rgb(209,186,64); }

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