Html Css Color HEX #D5BA40 Old Gold

📋 copy color: '#D5BA40'

red 213 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #D5BA40

Tints of Old Gold #D5BA40

RGB

 RED value IS 213 (83.59% from 255) = 46%

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

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 46%
G = 40.17%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5BA40 (or 0xD5BA40) is known color: Old Gold. HEX triplet: D5, BA and 40. RGB value is (213,186,64). Sum of RGB (Red+Green+Blue) = 213+186+64=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA40 is #2A45BF. Grayscale: #B4B4B4. Windows color (decimal): -2770368 or 4242133. OLE color: 4242133.

HSL color Cylindrical-coordinate representation of color #D5BA40: hue angle of 49.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5BA40 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 64 -
CMYK 0 0.13 0.70 0.16
HSL 49.13º 0.64% 0.54% -
HSV(B) 49.13º 0.7% 0.84% -
XYZ 45.92 49.63 12.01 -
YUV 180.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 213 186 64 0 0.13 0.70 0.16 49.13 0.64 0.54
Hex D5 BA 40 0 D 46 10 31 40 36
Octal 325 272 100 0 15 106 20 61 100 66
Binary 11010101 10111010 1000000 0 1101 1000110 10000 110001 1000000 110110

Color Harmonies of #D5BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA40

Black with #D5BA40

Text Example


Text Example

White with #D5BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA40; }

 p { color: rgb(213,186,64); }

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

background-color css

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

 a { background-color: rgb(213,186,64); }

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

border-color css

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

 span { border-color: rgb(213,186,64); }

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