Html Css Color HEX #D4BA49 Old Gold

📋 copy color: '#D4BA49'

red 212 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #D4BA49

Tints of Old Gold #D4BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 45.01%
G = 39.49%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4BA49 (or 0xD4BA49) is known color: Old Gold. HEX triplet: D4, BA and 49. RGB value is (212,186,73). Sum of RGB (Red+Green+Blue) = 212+186+73=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA49 is #2B45B6. Grayscale: #B5B5B5. Windows color (decimal): -2835895 or 4831956. OLE color: 4831956.

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

Color convert

RGB 212 186 73 -
CMYK 0 0.12 0.66 0.17
HSL 48.78º 0.62% 0.56% -
HSV(B) 48.78º 0.66% 0.83% -
XYZ 45.91 49.6 13.46 -
YUV 180.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 212 186 73 0 0.12 0.66 0.17 48.78 0.62 0.56
Hex D4 BA 49 0 C 42 11 31 3E 38
Octal 324 272 111 0 14 102 21 61 76 70
Binary 11010100 10111010 1001001 0 1100 1000010 10001 110001 111110 111000

Color Harmonies of #D4BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA49

Black with #D4BA49

Text Example


Text Example

White with #D4BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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