Html Css Color HEX #D4BA45 Old Gold

📋 copy color: '#D4BA45'

red 212 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #D4BA45

Tints of Old Gold #D4BA45

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

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

R = 45.4%
G = 39.83%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D4BA45 (or 0xD4BA45) is known color: Old Gold. HEX triplet: D4, BA and 45. RGB value is (212,186,69). Sum of RGB (Red+Green+Blue) = 212+186+69=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA45 is #2B45BA. Grayscale: #B4B4B4. Windows color (decimal): -2835899 or 4569812. OLE color: 4569812.

HSL color Cylindrical-coordinate representation of color #D4BA45: hue angle of 49.09º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4BA45 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 69 -
CMYK 0 0.12 0.67 0.17
HSL 49.09º 0.62% 0.55% -
HSV(B) 49.09º 0.67% 0.83% -
XYZ 45.78 49.54 12.78 -
YUV 180.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 212 186 69 0 0.12 0.67 0.17 49.09 0.62 0.55
Hex D4 BA 45 0 C 43 11 31 3E 37
Octal 324 272 105 0 14 103 21 61 76 67
Binary 11010100 10111010 1000101 0 1100 1000011 10001 110001 111110 110111

Color Harmonies of #D4BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA45

Black with #D4BA45

Text Example


Text Example

White with #D4BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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