Html Css Color HEX #C6BD47 Old Gold

📋 copy color: '#C6BD47'

red 198 ◦ green 189 ◦ blue 71

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

Shades of Old Gold #C6BD47

Tints of Old Gold #C6BD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.5%

R = 43.23%
G = 41.27%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6BD47 (or 0xC6BD47) is known color: Old Gold. HEX triplet: C6, BD and 47. RGB value is (198,189,71). Sum of RGB (Red+Green+Blue) = 198+189+71=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD47 is #3942B8. Grayscale: #B2B2B2. Windows color (decimal): -3752633 or 4701638. OLE color: 4701638.

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

Color convert

RGB 198 189 71 -
CMYK 0 0.05 0.64 0.22
HSL 55.75º 0.53% 0.53% -
HSV(B) 55.75º 0.64% 0.78% -
XYZ 42.62 48.86 13.14 -
YUV 178.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 198 189 71 0 0.05 0.64 0.22 55.75 0.53 0.53
Hex C6 BD 47 0 5 40 16 38 35 35
Octal 306 275 107 0 5 100 26 70 65 65
Binary 11000110 10111101 1000111 0 101 1000000 10110 111000 110101 110101

Color Harmonies of #C6BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD47

Black with #C6BD47

Text Example


Text Example

White with #C6BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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