Html Css Color HEX #D6BA40 Old Gold

📋 copy color: '#D6BA40'

red 214 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #D6BA40

Tints of Old Gold #D6BA40

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

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

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

R = 46.12%
G = 40.09%
B = 13.79%

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

#D6BA40 (or 0xD6BA40) is known color: Old Gold. HEX triplet: D6, BA and 40. RGB value is (214,186,64). Sum of RGB (Red+Green+Blue) = 214+186+64=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA40 is #2945BF. Grayscale: #B4B4B4. Windows color (decimal): -2704832 or 4242134. OLE color: 4242134.

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

Color convert

RGB 214 186 64 -
CMYK 0 0.13 0.70 0.16
HSL 48.8º 0.65% 0.55% -
HSV(B) 48.8º 0.7% 0.84% -
XYZ 46.22 49.78 12.02 -
YUV 180.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 214 186 64 0 0.13 0.70 0.16 48.8 0.65 0.55
Hex D6 BA 40 0 D 46 10 31 41 37
Octal 326 272 100 0 15 106 20 61 101 67
Binary 11010110 10111010 1000000 0 1101 1000110 10000 110001 1000001 110111

Color Harmonies of #D6BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA40

Black with #D6BA40

Text Example


Text Example

White with #D6BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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