Html Css Color HEX #D8BA3B Old Gold

📋 copy color: '#D8BA3B'

red 216 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #D8BA3B

Tints of Old Gold #D8BA3B

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

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

 BLUE value IS 59 (23.44% from 255) = 12.8%

R = 46.85%
G = 40.35%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8BA3B (or 0xD8BA3B) is known color: Old Gold. HEX triplet: D8, BA and 3B. RGB value is (216,186,59). Sum of RGB (Red+Green+Blue) = 216+186+59=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA3B is #2745C4. Grayscale: #B5B5B5. Windows color (decimal): -2573765 or 3914456. OLE color: 3914456.

HSL color Cylindrical-coordinate representation of color #D8BA3B: hue angle of 48.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8BA3B is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 59 -
CMYK 0 0.14 0.73 0.15
HSL 48.54º 0.67% 0.54% -
HSV(B) 48.54º 0.73% 0.85% -
XYZ 46.67 50.03 11.34 -
YUV 180.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 216 186 59 0 0.14 0.73 0.15 48.54 0.67 0.54
Hex D8 BA 3B 0 E 49 F 31 43 36
Octal 330 272 73 0 16 111 17 61 103 66
Binary 11011000 10111010 111011 0 1110 1001001 1111 110001 1000011 110110

Color Harmonies of #D8BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA3B

Black with #D8BA3B

Text Example


Text Example

White with #D8BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA3B; }

 p { color: rgb(216,186,59); }

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

background-color css

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

 a { background-color: rgb(216,186,59); }

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

border-color css

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

 span { border-color: rgb(216,186,59); }

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