Html Css Color HEX #C3B93D Old Gold

📋 copy color: '#C3B93D'

red 195 ◦ green 185 ◦ blue 61

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

Shades of Old Gold #C3B93D

Tints of Old Gold #C3B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 44.22%
G = 41.95%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3B93D (or 0xC3B93D) is known color: Old Gold. HEX triplet: C3, B9 and 3D. RGB value is (195,185,61). Sum of RGB (Red+Green+Blue) = 195+185+61=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B93D is #3C46C2. Grayscale: #AEAEAE. Windows color (decimal): -3950275 or 4045251. OLE color: 4045251.

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

Color convert

RGB 195 185 61 -
CMYK 0 0.05 0.69 0.24
HSL 55.52º 0.53% 0.5% -
HSV(B) 55.52º 0.69% 0.76% -
XYZ 40.7 46.64 11.27 -
YUV 173.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 195 185 61 0 0.05 0.69 0.24 55.52 0.53 0.5
Hex C3 B9 3D 0 5 45 18 38 35 32
Octal 303 271 75 0 5 105 30 70 65 62
Binary 11000011 10111001 111101 0 101 1000101 11000 111000 110101 110010

Color Harmonies of #C3B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B93D

Black with #C3B93D

Text Example


Text Example

White with #C3B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B93D; }

 p { color: rgb(195,185,61); }

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

background-color css

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

 a { background-color: rgb(195,185,61); }

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

border-color css

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

 span { border-color: rgb(195,185,61); }

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