Html Css Color HEX #D3BA43 Old Gold

📋 copy color: '#D3BA43'

red 211 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #D3BA43

Tints of Old Gold #D3BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.44%

R = 45.47%
G = 40.09%
B = 14.44%

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

#D3BA43 (or 0xD3BA43) is known color: Old Gold. HEX triplet: D3, BA and 43. RGB value is (211,186,67). Sum of RGB (Red+Green+Blue) = 211+186+67=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA43 is #2C45BC. Grayscale: #B4B4B4. Windows color (decimal): -2901437 or 4438739. OLE color: 4438739.

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

Color convert

RGB 211 186 67 -
CMYK 0 0.12 0.68 0.17
HSL 49.58º 0.62% 0.55% -
HSV(B) 49.58º 0.68% 0.83% -
XYZ 45.44 49.37 12.45 -
YUV 179.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 211 186 67 0 0.12 0.68 0.17 49.58 0.62 0.55
Hex D3 BA 43 0 C 44 11 32 3E 37
Octal 323 272 103 0 14 104 21 62 76 67
Binary 11010011 10111010 1000011 0 1100 1000100 10001 110010 111110 110111

Color Harmonies of #D3BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA43

Black with #D3BA43

Text Example


Text Example

White with #D3BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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