Html Css Color HEX #C6BD46 Old Gold

📋 copy color: '#C6BD46'

red 198 ◦ green 189 ◦ blue 70

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

Shades of Old Gold #C6BD46

Tints of Old Gold #C6BD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 43.33%
G = 41.36%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C6BD46 (or 0xC6BD46) is known color: Old Gold. HEX triplet: C6, BD and 46. RGB value is (198,189,70). Sum of RGB (Red+Green+Blue) = 198+189+70=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD46 is #3942B9. Grayscale: #B2B2B2. Windows color (decimal): -3752634 or 4636102. OLE color: 4636102.

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

Color convert

RGB 198 189 70 -
CMYK 0 0.05 0.65 0.22
HSL 55.78º 0.53% 0.53% -
HSV(B) 55.78º 0.65% 0.78% -
XYZ 42.59 48.84 12.98 -
YUV 178.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 198 189 70 0 0.05 0.65 0.22 55.78 0.53 0.53
Hex C6 BD 46 0 5 41 16 38 35 35
Octal 306 275 106 0 5 101 26 70 65 65
Binary 11000110 10111101 1000110 0 101 1000001 10110 111000 110101 110101

Color Harmonies of #C6BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD46

Black with #C6BD46

Text Example


Text Example

White with #C6BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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