Html Css Color HEX #D6BA4C Old Gold

📋 copy color: '#D6BA4C'

red 214 ◦ green 186 ◦ blue 76

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

Shades of Old Gold #D6BA4C

Tints of Old Gold #D6BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 44.96%
G = 39.08%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6BA4C (or 0xD6BA4C) is known color: Old Gold. HEX triplet: D6, BA and 4C. RGB value is (214,186,76). Sum of RGB (Red+Green+Blue) = 214+186+76=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA4C is #2945B3. Grayscale: #B6B6B6. Windows color (decimal): -2704820 or 5028566. OLE color: 5028566.

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

Color convert

RGB 214 186 76 -
CMYK 0 0.13 0.64 0.16
HSL 47.83º 0.63% 0.57% -
HSV(B) 47.83º 0.64% 0.84% -
XYZ 46.59 49.94 14.02 -
YUV 181.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 214 186 76 0 0.13 0.64 0.16 47.83 0.63 0.57
Hex D6 BA 4C 0 D 40 10 30 3F 39
Octal 326 272 114 0 15 100 20 60 77 71
Binary 11010110 10111010 1001100 0 1101 1000000 10000 110000 111111 111001

Color Harmonies of #D6BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA4C

Black with #D6BA4C

Text Example


Text Example

White with #D6BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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