Html Css Color HEX #C2B93D Old Gold

📋 copy color: '#C2B93D'

red 194 ◦ green 185 ◦ blue 61

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

Shades of Old Gold #C2B93D

Tints of Old Gold #C2B93D

RGB

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

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

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

R = 44.09%
G = 42.05%
B = 13.86%

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

#C2B93D (or 0xC2B93D) is known color: Old Gold. HEX triplet: C2, B9 and 3D. RGB value is (194,185,61). Sum of RGB (Red+Green+Blue) = 194+185+61=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B93D is #3D46C2. Grayscale: #AEAEAE. Windows color (decimal): -4015811 or 4045250. OLE color: 4045250.

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

Color convert

RGB 194 185 61 -
CMYK 0 0.05 0.69 0.24
HSL 55.94º 0.52% 0.5% -
HSV(B) 55.94º 0.69% 0.76% -
XYZ 40.44 46.5 11.26 -
YUV 173.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 194 185 61 0 0.05 0.69 0.24 55.94 0.52 0.5
Hex C2 B9 3D 0 5 45 18 38 34 32
Octal 302 271 75 0 5 105 30 70 64 62
Binary 11000010 10111001 111101 0 101 1000101 11000 111000 110100 110010

Color Harmonies of #C2B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B93D

Black with #C2B93D

Text Example


Text Example

White with #C2B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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