Html Css Color HEX #C2B933 Old Gold

📋 copy color: '#C2B933'

red 194 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #C2B933

Tints of Old Gold #C2B933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.86%

R = 45.12%
G = 43.02%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2B933 (or 0xC2B933) is known color: Old Gold. HEX triplet: C2, B9 and 33. RGB value is (194,185,51). Sum of RGB (Red+Green+Blue) = 194+185+51=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B933 is #3D46CC. Grayscale: #ACACAC. Windows color (decimal): -4015821 or 3389890. OLE color: 3389890.

HSL color Cylindrical-coordinate representation of color #C2B933: hue angle of 56.22º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B933 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 51 -
CMYK 0 0.05 0.74 0.24
HSL 56.22º 0.58% 0.48% -
HSV(B) 56.22º 0.74% 0.76% -
XYZ 40.19 46.41 9.97 -
YUV 172.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 194 185 51 0 0.05 0.74 0.24 56.22 0.58 0.48
Hex C2 B9 33 0 5 4A 18 38 3A 30
Octal 302 271 63 0 5 112 30 70 72 60
Binary 11000010 10111001 110011 0 101 1001010 11000 111000 111010 110000

Color Harmonies of #C2B933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B933

Black with #C2B933

Text Example


Text Example

White with #C2B933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B933; }

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

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

background-color css

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

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

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

border-color css

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

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

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