Html Css Color HEX #D3BA44 Old Gold

📋 copy color: '#D3BA44'

red 211 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #D3BA44

Tints of Old Gold #D3BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 45.38%
G = 40%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D3BA44 (or 0xD3BA44) is known color: Old Gold. HEX triplet: D3, BA and 44. RGB value is (211,186,68). Sum of RGB (Red+Green+Blue) = 211+186+68=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA44 is #2C45BB. Grayscale: #B4B4B4. Windows color (decimal): -2901436 or 4504275. OLE color: 4504275.

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

Color convert

RGB 211 186 68 -
CMYK 0 0.12 0.68 0.17
HSL 49.51º 0.62% 0.55% -
HSV(B) 49.51º 0.68% 0.83% -
XYZ 45.47 49.38 12.6 -
YUV 180.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 211 186 68 0 0.12 0.68 0.17 49.51 0.62 0.55
Hex D3 BA 44 0 C 44 11 32 3E 37
Octal 323 272 104 0 14 104 21 62 76 67
Binary 11010011 10111010 1000100 0 1100 1000100 10001 110010 111110 110111

Color Harmonies of #D3BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA44

Black with #D3BA44

Text Example


Text Example

White with #D3BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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