Html Css Color HEX #C2B82D Old Gold

📋 copy color: '#C2B82D'

red 194 ◦ green 184 ◦ blue 45

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

Shades of Old Gold #C2B82D

Tints of Old Gold #C2B82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 45.86%
G = 43.5%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2B82D (or 0xC2B82D) is known color: Old Gold. HEX triplet: C2, B8 and 2D. RGB value is (194,184,45). Sum of RGB (Red+Green+Blue) = 194+184+45=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B82D is #3D47D2. Grayscale: #ABABAB. Windows color (decimal): -4016083 or 2996418. OLE color: 2996418.

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

Color convert

RGB 194 184 45 -
CMYK 0 0.05 0.77 0.24
HSL 55.97º 0.62% 0.47% -
HSV(B) 55.97º 0.77% 0.76% -
XYZ 39.86 45.94 9.25 -
YUV 171.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 194 184 45 0 0.05 0.77 0.24 55.97 0.62 0.47
Hex C2 B8 2D 0 5 4D 18 38 3E 2F
Octal 302 270 55 0 5 115 30 70 76 57
Binary 11000010 10111000 101101 0 101 1001101 11000 111000 111110 101111

Color Harmonies of #C2B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B82D

Black with #C2B82D

Text Example


Text Example

White with #C2B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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