Html Css Color HEX #C3BD40 Old Gold

📋 copy color: '#C3BD40'

red 195 ◦ green 189 ◦ blue 64

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

Shades of Old Gold #C3BD40

Tints of Old Gold #C3BD40

RGB

 RED value IS 195 (76.56% from 255) = 43.53%

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

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 43.53%
G = 42.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3BD40 (or 0xC3BD40) is known color: Old Gold. HEX triplet: C3, BD and 40. RGB value is (195,189,64). Sum of RGB (Red+Green+Blue) = 195+189+64=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD40 is #3C42BF. Grayscale: #B1B1B1. Windows color (decimal): -3949248 or 4242883. OLE color: 4242883.

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

Color convert

RGB 195 189 64 -
CMYK 0 0.03 0.67 0.24
HSL 57.25º 0.52% 0.51% -
HSV(B) 57.25º 0.67% 0.76% -
XYZ 41.63 48.37 11.99 -
YUV 176.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 195 189 64 0 0.03 0.67 0.24 57.25 0.52 0.51
Hex C3 BD 40 0 3 43 18 39 34 33
Octal 303 275 100 0 3 103 30 71 64 63
Binary 11000011 10111101 1000000 0 11 1000011 11000 111001 110100 110011

Color Harmonies of #C3BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD40

Black with #C3BD40

Text Example


Text Example

White with #C3BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD40; }

 p { color: rgb(195,189,64); }

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

background-color css

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

 a { background-color: rgb(195,189,64); }

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

border-color css

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

 span { border-color: rgb(195,189,64); }

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