Html Css Color HEX #C6B833 Old Gold

📋 copy color: '#C6B833'

red 198 ◦ green 184 ◦ blue 51

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

Shades of Old Gold #C6B833

Tints of Old Gold #C6B833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 45.73%
G = 42.49%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6B833 (or 0xC6B833) is known color: Old Gold. HEX triplet: C6, B8 and 33. RGB value is (198,184,51). Sum of RGB (Red+Green+Blue) = 198+184+51=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B833 is #3947CC. Grayscale: #ADADAD. Windows color (decimal): -3753933 or 3389638. OLE color: 3389638.

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

Color convert

RGB 198 184 51 -
CMYK 0 0.07 0.74 0.22
HSL 54.29º 0.59% 0.49% -
HSV(B) 54.29º 0.74% 0.78% -
XYZ 41.03 46.53 9.95 -
YUV 173.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 198 184 51 0 0.07 0.74 0.22 54.29 0.59 0.49
Hex C6 B8 33 0 7 4A 16 36 3B 31
Octal 306 270 63 0 7 112 26 66 73 61
Binary 11000110 10111000 110011 0 111 1001010 10110 110110 111011 110001

Color Harmonies of #C6B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B833

Black with #C6B833

Text Example


Text Example

White with #C6B833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B833; }

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

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

background-color css

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

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

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

border-color css

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

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

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