Html Css Color HEX #C6BD3A Old Gold

📋 copy color: '#C6BD3A'

red 198 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #C6BD3A

Tints of Old Gold #C6BD3A

RGB

 RED value IS 198 (77.73% from 255) = 44.49%

 GREEN value IS 189 (74.22% from 255) = 42.47%

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 44.49%
G = 42.47%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6BD3A (or 0xC6BD3A) is known color: Old Gold. HEX triplet: C6, BD and 3A. RGB value is (198,189,58). Sum of RGB (Red+Green+Blue) = 198+189+58=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD3A is #3942C5. Grayscale: #B1B1B1. Windows color (decimal): -3752646 or 3849670. OLE color: 3849670.

HSL color Cylindrical-coordinate representation of color #C6BD3A: hue angle of 56.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6BD3A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 58 -
CMYK 0 0.05 0.71 0.22
HSL 56.14º 0.55% 0.5% -
HSV(B) 56.14º 0.71% 0.78% -
XYZ 42.25 48.71 11.18 -
YUV 176.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 198 189 58 0 0.05 0.71 0.22 56.14 0.55 0.5
Hex C6 BD 3A 0 5 47 16 38 37 32
Octal 306 275 72 0 5 107 26 70 67 62
Binary 11000110 10111101 111010 0 101 1000111 10110 111000 110111 110010

Color Harmonies of #C6BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD3A

Black with #C6BD3A

Text Example


Text Example

White with #C6BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD3A; }

 p { color: rgb(198,189,58); }

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

background-color css

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

 a { background-color: rgb(198,189,58); }

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

border-color css

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

 span { border-color: rgb(198,189,58); }

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