Html Css Color HEX #C0BD3A Old Gold

📋 copy color: '#C0BD3A'

red 192 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #C0BD3A

Tints of Old Gold #C0BD3A

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 43.74%
G = 43.05%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0BD3A (or 0xC0BD3A) is known color: Old Gold. HEX triplet: C0, BD and 3A. RGB value is (192,189,58). Sum of RGB (Red+Green+Blue) = 192+189+58=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3A is #3F42C5. Grayscale: #AFAFAF. Windows color (decimal): -4145862 or 3849664. OLE color: 3849664.

HSL color Cylindrical-coordinate representation of color #C0BD3A: hue angle of 58.66º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BD3A is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 58 -
CMYK 0 0.02 0.70 0.25
HSL 58.66º 0.54% 0.49% -
HSV(B) 58.66º 0.7% 0.75% -
XYZ 40.7 47.91 11.1 -
YUV 174.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 192 189 58 0 0.02 0.70 0.25 58.66 0.54 0.49
Hex C0 BD 3A 0 2 46 19 3B 36 31
Octal 300 275 72 0 2 106 31 73 66 61
Binary 11000000 10111101 111010 0 10 1000110 11001 111011 110110 110001

Color Harmonies of #C0BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD3A

Black with #C0BD3A

Text Example


Text Example

White with #C0BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD3A; }

 p { color: rgb(192,189,58); }

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

background-color css

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

 a { background-color: rgb(192,189,58); }

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

border-color css

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

 span { border-color: rgb(192,189,58); }

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