Html Css Color HEX #D5BA31 Old Gold

📋 copy color: '#D5BA31'

red 213 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #D5BA31

Tints of Old Gold #D5BA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 47.54%
G = 41.52%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5BA31 (or 0xD5BA31) is known color: Old Gold. HEX triplet: D5, BA and 31. RGB value is (213,186,49). Sum of RGB (Red+Green+Blue) = 213+186+49=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA31 is #2A45CE. Grayscale: #B3B3B3. Windows color (decimal): -2770383 or 3259093. OLE color: 3259093.

HSL color Cylindrical-coordinate representation of color #D5BA31: hue angle of 50.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5BA31 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 49 -
CMYK 0 0.13 0.77 0.16
HSL 50.12º 0.66% 0.51% -
HSV(B) 50.12º 0.77% 0.84% -
XYZ 45.55 49.49 10.06 -
YUV 178.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 213 186 49 0 0.13 0.77 0.16 50.12 0.66 0.51
Hex D5 BA 31 0 D 4D 10 32 42 33
Octal 325 272 61 0 15 115 20 62 102 63
Binary 11010101 10111010 110001 0 1101 1001101 10000 110010 1000010 110011

Color Harmonies of #D5BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA31

Black with #D5BA31

Text Example


Text Example

White with #D5BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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