Html Css Color HEX #C6B529 Old Gold

📋 copy color: '#C6B529'

red 198 ◦ green 181 ◦ blue 41

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

Shades of Old Gold #C6B529

Tints of Old Gold #C6B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 47.14%
G = 43.1%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6B529 (or 0xC6B529) is known color: Old Gold. HEX triplet: C6, B5 and 29. RGB value is (198,181,41). Sum of RGB (Red+Green+Blue) = 198+181+41=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B529 is #394AD6. Grayscale: #AAAAAA. Windows color (decimal): -3754711 or 2733510. OLE color: 2733510.

HSL color Cylindrical-coordinate representation of color #C6B529: hue angle of 53.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6B529 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 181 41 -
CMYK 0 0.09 0.79 0.22
HSL 53.5º 0.66% 0.47% -
HSV(B) 53.5º 0.79% 0.78% -
XYZ 40.21 45.21 8.71 -
YUV 170.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 198 181 41 0 0.09 0.79 0.22 53.5 0.66 0.47
Hex C6 B5 29 0 9 4F 16 36 42 2F
Octal 306 265 51 0 11 117 26 66 102 57
Binary 11000110 10110101 101001 0 1001 1001111 10110 110110 1000010 101111

Color Harmonies of #C6B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B529

Black with #C6B529

Text Example


Text Example

White with #C6B529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B529; }

 p { color: rgb(198,181,41); }

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

background-color css

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

 a { background-color: rgb(198,181,41); }

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

border-color css

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

 span { border-color: rgb(198,181,41); }

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