Html Css Color HEX #C2BD3D Old Gold

📋 copy color: '#C2BD3D'

red 194 ◦ green 189 ◦ blue 61

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

Shades of Old Gold #C2BD3D

Tints of Old Gold #C2BD3D

RGB

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

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

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

R = 43.69%
G = 42.57%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2BD3D (or 0xC2BD3D) is known color: Old Gold. HEX triplet: C2, BD and 3D. RGB value is (194,189,61). Sum of RGB (Red+Green+Blue) = 194+189+61=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD3D is #3D42C2. Grayscale: #B0B0B0. Windows color (decimal): -4014787 or 4046274. OLE color: 4046274.

HSL color Cylindrical-coordinate representation of color #C2BD3D: hue angle of 57.74º 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 #C2BD3D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 61 -
CMYK 0 0.03 0.69 0.24
HSL 57.74º 0.52% 0.5% -
HSV(B) 57.74º 0.69% 0.76% -
XYZ 41.29 48.2 11.54 -
YUV 175.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 194 189 61 0 0.03 0.69 0.24 57.74 0.52 0.5
Hex C2 BD 3D 0 3 45 18 3A 34 32
Octal 302 275 75 0 3 105 30 72 64 62
Binary 11000010 10111101 111101 0 11 1000101 11000 111010 110100 110010

Color Harmonies of #C2BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD3D

Black with #C2BD3D

Text Example


Text Example

White with #C2BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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