Html Css Color HEX #C5B534 Old Gold

📋 copy color: '#C5B534'

red 197 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #C5B534

Tints of Old Gold #C5B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.09%

R = 45.81%
G = 42.09%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5B534 (or 0xC5B534) is known color: Old Gold. HEX triplet: C5, B5 and 34. RGB value is (197,181,52). Sum of RGB (Red+Green+Blue) = 197+181+52=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B534 is #3A4ACB. Grayscale: #ABABAB. Windows color (decimal): -3820236 or 3454405. OLE color: 3454405.

HSL color Cylindrical-coordinate representation of color #C5B534: hue angle of 53.38º degrees, saturation: 0.58, 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 #C5B534 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 52 -
CMYK 0 0.08 0.74 0.23
HSL 53.38º 0.58% 0.49% -
HSV(B) 53.38º 0.74% 0.77% -
XYZ 40.17 45.17 9.85 -
YUV 171.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 197 181 52 0 0.08 0.74 0.23 53.38 0.58 0.49
Hex C5 B5 34 0 8 4A 17 35 3A 31
Octal 305 265 64 0 10 112 27 65 72 61
Binary 11000101 10110101 110100 0 1000 1001010 10111 110101 111010 110001

Color Harmonies of #C5B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B534

Black with #C5B534

Text Example


Text Example

White with #C5B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B534; }

 p { color: rgb(197,181,52); }

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

background-color css

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

 a { background-color: rgb(197,181,52); }

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

border-color css

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

 span { border-color: rgb(197,181,52); }

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