Html Css Color HEX #C4BA3D Old Gold

📋 copy color: '#C4BA3D'

red 196 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #C4BA3D

Tints of Old Gold #C4BA3D

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

 GREEN value IS 186 (73.05% from 255) = 41.99%

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

R = 44.24%
G = 41.99%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4BA3D (or 0xC4BA3D) is known color: Old Gold. HEX triplet: C4, BA and 3D. RGB value is (196,186,61). Sum of RGB (Red+Green+Blue) = 196+186+61=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA3D is #3B45C2. Grayscale: #AFAFAF. Windows color (decimal): -3884483 or 4045508. OLE color: 4045508.

HSL color Cylindrical-coordinate representation of color #C4BA3D: hue angle of 55.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4BA3D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 61 -
CMYK 0 0.05 0.69 0.23
HSL 55.56º 0.53% 0.5% -
HSV(B) 55.56º 0.69% 0.77% -
XYZ 41.17 47.19 11.35 -
YUV 174.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 196 186 61 0 0.05 0.69 0.23 55.56 0.53 0.5
Hex C4 BA 3D 0 5 45 17 38 35 32
Octal 304 272 75 0 5 105 27 70 65 62
Binary 11000100 10111010 111101 0 101 1000101 10111 111000 110101 110010

Color Harmonies of #C4BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA3D

Black with #C4BA3D

Text Example


Text Example

White with #C4BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA3D; }

 p { color: rgb(196,186,61); }

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

background-color css

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

 a { background-color: rgb(196,186,61); }

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

border-color css

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

 span { border-color: rgb(196,186,61); }

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