Html Css Color HEX #C2BD3A Old Gold

📋 copy color: '#C2BD3A'

red 194 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #C2BD3A

Tints of Old Gold #C2BD3A

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

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

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 43.99%
G = 42.86%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2BD3A (or 0xC2BD3A) is known color: Old Gold. HEX triplet: C2, BD and 3A. RGB value is (194,189,58). Sum of RGB (Red+Green+Blue) = 194+189+58=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD3A is #3D42C5. Grayscale: #B0B0B0. Windows color (decimal): -4014790 or 3849666. OLE color: 3849666.

HSL color Cylindrical-coordinate representation of color #C2BD3A: hue angle of 57.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2BD3A is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 58 -
CMYK 0 0.03 0.70 0.24
HSL 57.79º 0.54% 0.49% -
HSV(B) 57.79º 0.7% 0.76% -
XYZ 41.21 48.17 11.13 -
YUV 175.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 194 189 58 0 0.03 0.70 0.24 57.79 0.54 0.49
Hex C2 BD 3A 0 3 46 18 3A 36 31
Octal 302 275 72 0 3 106 30 72 66 61
Binary 11000010 10111101 111010 0 11 1000110 11000 111010 110110 110001

Color Harmonies of #C2BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD3A

Black with #C2BD3A

Text Example


Text Example

White with #C2BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD3A; }

 p { color: rgb(194,189,58); }

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

background-color css

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

 a { background-color: rgb(194,189,58); }

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

border-color css

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

 span { border-color: rgb(194,189,58); }

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