Html Css Color HEX #D3BA48 Old Gold

📋 copy color: '#D3BA48'

red 211 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #D3BA48

Tints of Old Gold #D3BA48

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

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

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 44.99%
G = 39.66%
B = 15.35%

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

#D3BA48 (or 0xD3BA48) is known color: Old Gold. HEX triplet: D3, BA and 48. RGB value is (211,186,72). Sum of RGB (Red+Green+Blue) = 211+186+72=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA48 is #2C45B7. Grayscale: #B4B4B4. Windows color (decimal): -2901432 or 4766419. OLE color: 4766419.

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

Color convert

RGB 211 186 72 -
CMYK 0 0.12 0.66 0.17
HSL 49.21º 0.61% 0.55% -
HSV(B) 49.21º 0.66% 0.83% -
XYZ 45.59 49.43 13.27 -
YUV 180.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 211 186 72 0 0.12 0.66 0.17 49.21 0.61 0.55
Hex D3 BA 48 0 C 42 11 31 3D 37
Octal 323 272 110 0 14 102 21 61 75 67
Binary 11010011 10111010 1001000 0 1100 1000010 10001 110001 111101 110111

Color Harmonies of #D3BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA48

Black with #D3BA48

Text Example


Text Example

White with #D3BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA48; }

 p { color: rgb(211,186,72); }

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

background-color css

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

 a { background-color: rgb(211,186,72); }

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

border-color css

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

 span { border-color: rgb(211,186,72); }

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