Html Css Color HEX #D5BA48 Old Gold

📋 copy color: '#D5BA48'

red 213 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #D5BA48

Tints of Old Gold #D5BA48

RGB

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

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

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

R = 45.22%
G = 39.49%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5BA48 (or 0xD5BA48) is known color: Old Gold. HEX triplet: D5, BA and 48. RGB value is (213,186,72). Sum of RGB (Red+Green+Blue) = 213+186+72=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA48 is #2A45B7. Grayscale: #B5B5B5. Windows color (decimal): -2770360 or 4766421. OLE color: 4766421.

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

Color convert

RGB 213 186 72 -
CMYK 0 0.13 0.66 0.16
HSL 48.51º 0.63% 0.56% -
HSV(B) 48.51º 0.66% 0.84% -
XYZ 46.17 49.73 13.3 -
YUV 181.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 213 186 72 0 0.13 0.66 0.16 48.51 0.63 0.56
Hex D5 BA 48 0 D 42 10 31 3F 38
Octal 325 272 110 0 15 102 20 61 77 70
Binary 11010101 10111010 1001000 0 1101 1000010 10000 110001 111111 111000

Color Harmonies of #D5BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA48

Black with #D5BA48

Text Example


Text Example

White with #D5BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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