Html Css Color HEX #C5B933 Old Gold

📋 copy color: '#C5B933'

red 197 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #C5B933

Tints of Old Gold #C5B933

RGB

 RED value IS 197 (77.34% from 255) = 45.5%

 GREEN value IS 185 (72.66% from 255) = 42.73%

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

R = 45.5%
G = 42.73%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5B933 (or 0xC5B933) is known color: Old Gold. HEX triplet: C5, B9 and 33. RGB value is (197,185,51). Sum of RGB (Red+Green+Blue) = 197+185+51=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B933 is #3A46CC. Grayscale: #ADADAD. Windows color (decimal): -3819213 or 3389893. OLE color: 3389893.

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

Color convert

RGB 197 185 51 -
CMYK 0 0.06 0.74 0.23
HSL 55.07º 0.59% 0.49% -
HSV(B) 55.07º 0.74% 0.77% -
XYZ 40.97 46.81 10.01 -
YUV 173.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 197 185 51 0 0.06 0.74 0.23 55.07 0.59 0.49
Hex C5 B9 33 0 6 4A 17 37 3B 31
Octal 305 271 63 0 6 112 27 67 73 61
Binary 11000101 10111001 110011 0 110 1001010 10111 110111 111011 110001

Color Harmonies of #C5B933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B933

Black with #C5B933

Text Example


Text Example

White with #C5B933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B933; }

 p { color: rgb(197,185,51); }

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

background-color css

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

 a { background-color: rgb(197,185,51); }

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

border-color css

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

 span { border-color: rgb(197,185,51); }

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