Html Css Color HEX #C0BD3D Old Gold

📋 copy color: '#C0BD3D'

red 192 ◦ green 189 ◦ blue 61

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

Shades of Old Gold #C0BD3D

Tints of Old Gold #C0BD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.8%

R = 43.44%
G = 42.76%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0BD3D (or 0xC0BD3D) is known color: Old Gold. HEX triplet: C0, BD and 3D. RGB value is (192,189,61). Sum of RGB (Red+Green+Blue) = 192+189+61=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3D is #3F42C2. Grayscale: #AFAFAF. Windows color (decimal): -4145859 or 4046272. OLE color: 4046272.

HSL color Cylindrical-coordinate representation of color #C0BD3D: hue angle of 58.63º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0BD3D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 61 -
CMYK 0 0.02 0.68 0.25
HSL 58.63º 0.52% 0.5% -
HSV(B) 58.63º 0.68% 0.75% -
XYZ 40.78 47.94 11.52 -
YUV 175.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 192 189 61 0 0.02 0.68 0.25 58.63 0.52 0.5
Hex C0 BD 3D 0 2 44 19 3B 34 32
Octal 300 275 75 0 2 104 31 73 64 62
Binary 11000000 10111101 111101 0 10 1000100 11001 111011 110100 110010

Color Harmonies of #C0BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD3D

Black with #C0BD3D

Text Example


Text Example

White with #C0BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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