Html Css Color HEX #D4BA4A Old Gold

📋 copy color: '#D4BA4A'

red 212 ◦ green 186 ◦ blue 74

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

Shades of Old Gold #D4BA4A

Tints of Old Gold #D4BA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 44.92%
G = 39.41%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4BA4A (or 0xD4BA4A) is known color: Old Gold. HEX triplet: D4, BA and 4A. RGB value is (212,186,74). Sum of RGB (Red+Green+Blue) = 212+186+74=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA4A is #2B45B5. Grayscale: #B5B5B5. Windows color (decimal): -2835894 or 4897492. OLE color: 4897492.

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

Color convert

RGB 212 186 74 -
CMYK 0 0.12 0.65 0.17
HSL 48.7º 0.62% 0.56% -
HSV(B) 48.7º 0.65% 0.83% -
XYZ 45.95 49.61 13.63 -
YUV 181.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 212 186 74 0 0.12 0.65 0.17 48.7 0.62 0.56
Hex D4 BA 4A 0 C 41 11 31 3E 38
Octal 324 272 112 0 14 101 21 61 76 70
Binary 11010100 10111010 1001010 0 1100 1000001 10001 110001 111110 111000

Color Harmonies of #D4BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA4A

Black with #D4BA4A

Text Example


Text Example

White with #D4BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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