Html Css Color HEX #C6BD33 Old Gold

📋 copy color: '#C6BD33'

red 198 ◦ green 189 ◦ blue 51

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

Shades of Old Gold #C6BD33

Tints of Old Gold #C6BD33

RGB

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

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

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

R = 45.21%
G = 43.15%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6BD33 (or 0xC6BD33) is known color: Old Gold. HEX triplet: C6, BD and 33. RGB value is (198,189,51). Sum of RGB (Red+Green+Blue) = 198+189+51=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD33 is #3942CC. Grayscale: #B0B0B0. Windows color (decimal): -3752653 or 3390918. OLE color: 3390918.

HSL color Cylindrical-coordinate representation of color #C6BD33: hue angle of 56.33º 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 #C6BD33 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 51 -
CMYK 0 0.05 0.74 0.22
HSL 56.33º 0.59% 0.49% -
HSV(B) 56.33º 0.74% 0.78% -
XYZ 42.08 48.64 10.3 -
YUV 175.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 198 189 51 0 0.05 0.74 0.22 56.33 0.59 0.49
Hex C6 BD 33 0 5 4A 16 38 3B 31
Octal 306 275 63 0 5 112 26 70 73 61
Binary 11000110 10111101 110011 0 101 1001010 10110 111000 111011 110001

Color Harmonies of #C6BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD33

Black with #C6BD33

Text Example


Text Example

White with #C6BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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