Html Css Color HEX #C2B833 Old Gold

📋 copy color: '#C2B833'

red 194 ◦ green 184 ◦ blue 51

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

Shades of Old Gold #C2B833

Tints of Old Gold #C2B833

RGB

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

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

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

R = 45.22%
G = 42.89%
B = 11.89%

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

#C2B833 (or 0xC2B833) is known color: Old Gold. HEX triplet: C2, B8 and 33. RGB value is (194,184,51). Sum of RGB (Red+Green+Blue) = 194+184+51=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B833 is #3D47CC. Grayscale: #ACACAC. Windows color (decimal): -4016077 or 3389634. OLE color: 3389634.

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

Color convert

RGB 194 184 51 -
CMYK 0 0.05 0.74 0.24
HSL 55.8º 0.58% 0.48% -
HSV(B) 55.8º 0.74% 0.76% -
XYZ 39.99 45.99 9.9 -
YUV 171.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 194 184 51 0 0.05 0.74 0.24 55.8 0.58 0.48
Hex C2 B8 33 0 5 4A 18 38 3A 30
Octal 302 270 63 0 5 112 30 70 72 60
Binary 11000010 10111000 110011 0 101 1001010 11000 111000 111010 110000

Color Harmonies of #C2B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B833

Black with #C2B833

Text Example


Text Example

White with #C2B833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B833; }

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

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

background-color css

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

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

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

border-color css

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

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

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