Html Css Color HEX #D6BA49 Old Gold

📋 copy color: '#D6BA49'

red 214 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #D6BA49

Tints of Old Gold #D6BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.43%

R = 45.24%
G = 39.32%
B = 15.43%

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

#D6BA49 (or 0xD6BA49) is known color: Old Gold. HEX triplet: D6, BA and 49. RGB value is (214,186,73). Sum of RGB (Red+Green+Blue) = 214+186+73=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA49 is #2945B6. Grayscale: #B5B5B5. Windows color (decimal): -2704823 or 4831958. OLE color: 4831958.

HSL color Cylindrical-coordinate representation of color #D6BA49: hue angle of 48.09º 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 #D6BA49 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 73 -
CMYK 0 0.13 0.66 0.16
HSL 48.09º 0.63% 0.56% -
HSV(B) 48.09º 0.66% 0.84% -
XYZ 46.49 49.89 13.48 -
YUV 181.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 214 186 73 0 0.13 0.66 0.16 48.09 0.63 0.56
Hex D6 BA 49 0 D 42 10 30 3F 38
Octal 326 272 111 0 15 102 20 60 77 70
Binary 11010110 10111010 1001001 0 1101 1000010 10000 110000 111111 111000

Color Harmonies of #D6BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA49

Black with #D6BA49

Text Example


Text Example

White with #D6BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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