Html Css Color HEX #C6B832 Old Gold

📋 copy color: '#C6B832'

red 198 ◦ green 184 ◦ blue 50

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

Shades of Old Gold #C6B832

Tints of Old Gold #C6B832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.59%

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 45.83%
G = 42.59%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6B832 (or 0xC6B832) is known color: Old Gold. HEX triplet: C6, B8 and 32. RGB value is (198,184,50). Sum of RGB (Red+Green+Blue) = 198+184+50=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B832 is #3947CD. Grayscale: #ADADAD. Windows color (decimal): -3753934 or 3324102. OLE color: 3324102.

HSL color Cylindrical-coordinate representation of color #C6B832: hue angle of 54.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6B832 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 50 -
CMYK 0 0.07 0.75 0.22
HSL 54.32º 0.6% 0.49% -
HSV(B) 54.32º 0.75% 0.78% -
XYZ 41 46.52 9.84 -
YUV 172.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 198 184 50 0 0.07 0.75 0.22 54.32 0.6 0.49
Hex C6 B8 32 0 7 4B 16 36 3C 31
Octal 306 270 62 0 7 113 26 66 74 61
Binary 11000110 10111000 110010 0 111 1001011 10110 110110 111100 110001

Color Harmonies of #C6B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B832

Black with #C6B832

Text Example


Text Example

White with #C6B832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B832; }

 p { color: rgb(198,184,50); }

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

background-color css

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

 a { background-color: rgb(198,184,50); }

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

border-color css

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

 span { border-color: rgb(198,184,50); }

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