Html Css Color HEX #C2B92D Old Gold

📋 copy color: '#C2B92D'

red 194 ◦ green 185 ◦ blue 45

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

Shades of Old Gold #C2B92D

Tints of Old Gold #C2B92D

RGB

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

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

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

R = 45.75%
G = 43.63%
B = 10.61%

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

#C2B92D (or 0xC2B92D) is known color: Old Gold. HEX triplet: C2, B9 and 2D. RGB value is (194,185,45). Sum of RGB (Red+Green+Blue) = 194+185+45=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B92D is #3D46D2. Grayscale: #ACACAC. Windows color (decimal): -4015827 or 2996674. OLE color: 2996674.

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

Color convert

RGB 194 185 45 -
CMYK 0 0.05 0.77 0.24
HSL 56.38º 0.62% 0.47% -
HSV(B) 56.38º 0.77% 0.76% -
XYZ 40.07 46.36 9.32 -
YUV 171.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 194 185 45 0 0.05 0.77 0.24 56.38 0.62 0.47
Hex C2 B9 2D 0 5 4D 18 38 3E 2F
Octal 302 271 55 0 5 115 30 70 76 57
Binary 11000010 10111001 101101 0 101 1001101 11000 111000 111110 101111

Color Harmonies of #C2B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B92D

Black with #C2B92D

Text Example


Text Example

White with #C2B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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