Html Css Color HEX #C3B82C Old Gold

📋 copy color: '#C3B82C'

red 195 ◦ green 184 ◦ blue 44

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

Shades of Old Gold #C3B82C

Tints of Old Gold #C3B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 46.1%
G = 43.5%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3B82C (or 0xC3B82C) is known color: Old Gold. HEX triplet: C3, B8 and 2C. RGB value is (195,184,44). Sum of RGB (Red+Green+Blue) = 195+184+44=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B82C is #3C47D3. Grayscale: #ABABAB. Windows color (decimal): -3950548 or 2930883. OLE color: 2930883.

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

Color convert

RGB 195 184 44 -
CMYK 0 0.06 0.77 0.24
HSL 55.63º 0.63% 0.47% -
HSV(B) 55.63º 0.77% 0.76% -
XYZ 40.1 46.06 9.16 -
YUV 171.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 195 184 44 0 0.06 0.77 0.24 55.63 0.63 0.47
Hex C3 B8 2C 0 6 4D 18 38 3F 2F
Octal 303 270 54 0 6 115 30 70 77 57
Binary 11000011 10111000 101100 0 110 1001101 11000 111000 111111 101111

Color Harmonies of #C3B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B82C

Black with #C3B82C

Text Example


Text Example

White with #C3B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B82C; }

 p { color: rgb(195,184,44); }

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

background-color css

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

 a { background-color: rgb(195,184,44); }

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

border-color css

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

 span { border-color: rgb(195,184,44); }

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