Html Css Color HEX #C2BA3D Old Gold

📋 copy color: '#C2BA3D'

red 194 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #C2BA3D

Tints of Old Gold #C2BA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 43.99%
G = 42.18%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2BA3D (or 0xC2BA3D) is known color: Old Gold. HEX triplet: C2, BA and 3D. RGB value is (194,186,61). Sum of RGB (Red+Green+Blue) = 194+186+61=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA3D is #3D45C2. Grayscale: #AEAEAE. Windows color (decimal): -4015555 or 4045506. OLE color: 4045506.

HSL color Cylindrical-coordinate representation of color #C2BA3D: hue angle of 56.39º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2BA3D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 61 -
CMYK 0 0.04 0.69 0.24
HSL 56.39º 0.52% 0.5% -
HSV(B) 56.39º 0.69% 0.76% -
XYZ 40.65 46.92 11.33 -
YUV 174.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 194 186 61 0 0.04 0.69 0.24 56.39 0.52 0.5
Hex C2 BA 3D 0 4 45 18 38 34 32
Octal 302 272 75 0 4 105 30 70 64 62
Binary 11000010 10111010 111101 0 100 1000101 11000 111000 110100 110010

Color Harmonies of #C2BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA3D

Black with #C2BA3D

Text Example


Text Example

White with #C2BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA3D; }

 p { color: rgb(194,186,61); }

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

background-color css

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

 a { background-color: rgb(194,186,61); }

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

border-color css

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

 span { border-color: rgb(194,186,61); }

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