Html Css Color HEX #D4BA47 Old Gold

📋 copy color: '#D4BA47'

red 212 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #D4BA47

Tints of Old Gold #D4BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.14%

R = 45.2%
G = 39.66%
B = 15.14%

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

#D4BA47 (or 0xD4BA47) is known color: Old Gold. HEX triplet: D4, BA and 47. RGB value is (212,186,71). Sum of RGB (Red+Green+Blue) = 212+186+71=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA47 is #2B45B8. Grayscale: #B5B5B5. Windows color (decimal): -2835897 or 4700884. OLE color: 4700884.

HSL color Cylindrical-coordinate representation of color #D4BA47: hue angle of 48.94º 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 #D4BA47 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 71 -
CMYK 0 0.12 0.67 0.17
HSL 48.94º 0.62% 0.55% -
HSV(B) 48.94º 0.67% 0.83% -
XYZ 45.85 49.57 13.11 -
YUV 180.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 212 186 71 0 0.12 0.67 0.17 48.94 0.62 0.55
Hex D4 BA 47 0 C 43 11 31 3E 37
Octal 324 272 107 0 14 103 21 61 76 67
Binary 11010100 10111010 1000111 0 1100 1000011 10001 110001 111110 110111

Color Harmonies of #D4BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA47

Black with #D4BA47

Text Example


Text Example

White with #D4BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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