Html Css Color HEX #C5B72C Old Gold

📋 copy color: '#C5B72C'

red 197 ◦ green 183 ◦ blue 44

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

Shades of Old Gold #C5B72C

Tints of Old Gold #C5B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 44 (17.58% from 255) = 10.38%

R = 46.46%
G = 43.16%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5B72C (or 0xC5B72C) is known color: Old Gold. HEX triplet: C5, B7 and 2C. RGB value is (197,183,44). Sum of RGB (Red+Green+Blue) = 197+183+44=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B72C is #3A48D3. Grayscale: #ABABAB. Windows color (decimal): -3819732 or 2930629. OLE color: 2930629.

HSL color Cylindrical-coordinate representation of color #C5B72C: hue angle of 54.51º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5B72C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 44 -
CMYK 0 0.07 0.78 0.23
HSL 54.51º 0.63% 0.47% -
HSV(B) 54.51º 0.78% 0.77% -
XYZ 40.41 45.92 9.12 -
YUV 171.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 197 183 44 0 0.07 0.78 0.23 54.51 0.63 0.47
Hex C5 B7 2C 0 7 4E 17 37 3F 2F
Octal 305 267 54 0 7 116 27 67 77 57
Binary 11000101 10110111 101100 0 111 1001110 10111 110111 111111 101111

Color Harmonies of #C5B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B72C

Black with #C5B72C

Text Example


Text Example

White with #C5B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B72C; }

 p { color: rgb(197,183,44); }

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

background-color css

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

 a { background-color: rgb(197,183,44); }

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

border-color css

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

 span { border-color: rgb(197,183,44); }

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