Html Css Color HEX #D1BA45 Old Gold

📋 copy color: '#D1BA45'

red 209 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #D1BA45

Tints of Old Gold #D1BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.87%

R = 45.04%
G = 40.09%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1BA45 (or 0xD1BA45) is known color: Old Gold. HEX triplet: D1, BA and 45. RGB value is (209,186,69). Sum of RGB (Red+Green+Blue) = 209+186+69=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA45 is #2E45BA. Grayscale: #B4B4B4. Windows color (decimal): -3032507 or 4569809. OLE color: 4569809.

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

Color convert

RGB 209 186 69 -
CMYK 0 0.11 0.67 0.18
HSL 50.14º 0.6% 0.55% -
HSV(B) 50.14º 0.67% 0.82% -
XYZ 44.93 49.1 12.74 -
YUV 179.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 209 186 69 0 0.11 0.67 0.18 50.14 0.6 0.55
Hex D1 BA 45 0 B 43 12 32 3C 37
Octal 321 272 105 0 13 103 22 62 74 67
Binary 11010001 10111010 1000101 0 1011 1000011 10010 110010 111100 110111

Color Harmonies of #D1BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA45

Black with #D1BA45

Text Example


Text Example

White with #D1BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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